org.apache.catalina.deploy
Class ContextEnvironment
java.lang.Object
org.apache.catalina.deploy.ContextEnvironment
- Serializable
public class ContextEnvironment
extends java.lang.Object
implements Serializable
Representation of an application environment entry, as represented in
an <env-entry>
element in the deployment descriptor.
Version:
- Craig R. McClanahan
resources
protected NamingResources resources
The NamingResources with which we are associated (if any).
getDescription
public String getDescription()
getName
public String getName()
getOverride
public boolean getOverride()
getType
public String getType()
getValue
public String getValue()
setDescription
public void setDescription(String description)
setName
public void setName(String name)
setOverride
public void setOverride(boolean override)
setType
public void setType(String type)
setValue
public void setValue(String value)
toString
public String toString()
Return a String representation of this object.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.