| Package | Description |
|---|---|
| org.glassfish.deployment.versioning |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.