Uses of Class
org.glassfish.deployment.versioning.VersioningSyntaxException
Packages that use VersioningSyntaxException
-
Uses of VersioningSyntaxException in org.glassfish.deployment.versioning
Methods in org.glassfish.deployment.versioning that throw VersioningSyntaxExceptionModifier and TypeMethodDescriptionfinal StringVersioningService.getEnabledVersion(String name, String target) Search for the enabled version of the given application.VersioningService.getEnabledVersionInReferencedTargetsForExpression(String versionExpression) Search the enabled versions on the referenced targets of each version matched by the expression.VersioningService.getEnabledVersionsInReferencedTargets(String versionIdentifier) Search the enabled versions on the referenced targets of the given version.static final StringVersioningUtils.getExpression(String appName) Extract the version identifier / expression for a given application name that complies with versioning rules.VersioningService.getMatchedVersions(String name, String target) Process the expression matching operation of the given application name.static final StringVersioningUtils.getUntaggedName(String appName) Extract the untagged name for a given application name that complies with versioning rules (version identifier / expression) or not.VersioningService.getVersionFromSameDir(File directory) Get the version directory-deployed from the given directoryvoidVersioningService.handleDisable(String appName, String target, org.glassfish.api.ActionReport report, Subject subject) Disable the enabled version of the application if it exists.static final BooleanVersioningUtils.isUntagged(String appName) Test if the given application name is an untagged namestatic final BooleanVersioningUtils.isVersionExpression(String appName) Test if the given application name is a version expressionstatic final BooleanVersioningUtils.isVersionExpressionWithWildCard(String appName) Test if the given application name is a version expression containing any wildcard character.static final BooleanVersioningUtils.isVersionIdentifier(String appName) Test if the given application name is a version identifier.