Uses of Class
org.glassfish.deployment.versioning.VersioningException
Packages that use VersioningException
-
Uses of VersioningException in org.glassfish.deployment.versioning
Subclasses of VersioningException in org.glassfish.deployment.versioningModifier and TypeClassDescriptionclassThis class is an exception used when application name that complies with versioning incorporates critical pattern.classThis class is an exception used when application name that complies with versioning incorporates critical pattern.Methods in org.glassfish.deployment.versioning that throw VersioningExceptionModifier and TypeMethodDescriptionstatic final voidVersioningUtils.checkIdentifier(String appName) Check a versionned application name.VersioningService.getMatchedVersions(String name, String target) Process the expression matching operation of the given application name.VersioningUtils.matchExpression(List<String> listVersion, String appName) Search for the version(s) matched by the expression contained in the given application name.