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