Uses of Class
org.glassfish.deployment.versioning.VersioningException

Packages that use VersioningException
org.glassfish.deployment.versioning   
 

Uses of VersioningException in org.glassfish.deployment.versioning
 

Subclasses of VersioningException in org.glassfish.deployment.versioning
 class VersioningSyntaxException
          This class is an exception used when application name that complies with versioning incorporates critical pattern.
 class VersioningWildcardException
          This class is an exception used when application name that complies with versioning incorporates critical pattern.
 

Methods in org.glassfish.deployment.versioning that throw VersioningException
static void VersioningUtils.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.
 



Copyright © 2012. All Rights Reserved.