org.apache.catalina.deploy

Class ContextEnvironment

Implemented Interfaces:
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:
$Revision: 1.4 $ $Date: 2004/05/13 20:40:49 $

Author:
Craig R. McClanahan

Field Summary

protected NamingResources
resources
The NamingResources with which we are associated (if any).

Method Summary

String
getDescription()
String
getName()
NamingResources
getNamingResources()
boolean
getOverride()
String
getType()
String
getValue()
void
setDescription(String description)
void
setName(String name)
void
setOverride(boolean override)
void
setType(String type)
void
setValue(String value)
String
toString()
Return a String representation of this object.

Field Details

resources

protected NamingResources resources
The NamingResources with which we are associated (if any).

Method Details

getDescription

public String getDescription()


getName

public String getName()


getNamingResources

public NamingResources getNamingResources()


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.