org.apache.catalina.util
Class ContextName
java.lang.Object
org.apache.catalina.util.ContextName
public final class ContextName
- extends Object
Utility class to manage context names so there is one place where the
conversions between baseName, path and version take place.
Constructor Summary |
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. |
ContextName
public ContextName(String name)
- Creates an instance from a context name, display name, base name,
directory name, WAR name or context.xml name.
- Parameters:
name
- The name to use as the basis for this object
ContextName
public ContextName(String path,
String version)
- Construct an instance from a path and version.
- Parameters:
path
- Context path to useversion
- Context version to use
getBaseName
public String getBaseName()
getPath
public String getPath()
getVersion
public String getVersion()
getName
public String getName()
getDisplayName
public String getDisplayName()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.