public final class ContextName extends Object
Constructor and Description |
---|
ContextName(String name)
Creates an instance from a context name, display name, base name,
directory name, WAR name or context.xml name.
|
ContextName(String path,
String version)
Construct an instance from a path and version.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseName() |
String |
getDisplayName() |
String |
getName() |
String |
getPath() |
String |
getVersion() |
String |
toString() |
public ContextName(String name)
name
- The name to use as the basis for this objectCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.