|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersioningSyntaxException | |
|---|---|
| org.glassfish.deployment.versioning | |
| Uses of VersioningSyntaxException in org.glassfish.deployment.versioning |
|---|
| Methods in org.glassfish.deployment.versioning that throw VersioningSyntaxException | |
|---|---|
String |
VersioningService.getEnabledVersion(String name,
String target)
Search for the enabled version of the given application. |
Map<String,Set<String>> |
VersioningService.getEnabledVersionInReferencedTargetsForExpression(String versionExpression)
Search the enabled versions on the referenced targets of each version matched by the expression. |
Map<String,Set<String>> |
VersioningService.getEnabledVersionsInReferencedTargets(String versionIdentifier)
Search the enabled versions on the referenced targets of the given version. |
static String |
VersioningUtils.getExpression(String appName)
Extract the version identifier / expression for a given application name that complies with versioning rules. |
List<String> |
VersioningService.getMatchedVersions(String name,
String target)
Process the expression matching operation of the given application name. |
static String |
VersioningUtils.getUntaggedName(String appName)
Extract the untagged name for a given application name that complies with versioning rules (version identifier / expression) or not. |
String |
VersioningService.getVersionFromSameDir(File dir)
Get the version directory-deployed from the given directory |
void |
VersioningService.handleDisable(String appName,
String target,
ActionReport report)
Disable the enabled version of the application if it exists. |
static Boolean |
VersioningUtils.isUntagged(String appName)
Test if the given application name is an untagged name |
static Boolean |
VersioningUtils.isVersionExpression(String appName)
Test if the given application name is a version expression |
static Boolean |
VersioningUtils.isVersionExpressionWithWildCard(String appName)
Test if the given application name is a version expression containing any wildcard character. |
static Boolean |
VersioningUtils.isVersionIdentifier(String appName)
Test if the given application name is a version identifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||