org.apache.catalina.deploy
public class ResourceBase extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any).
|
Constructor and Description |
---|
ResourceBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName() |
NamingResources |
getNamingResources() |
java.lang.Object |
getProperty(java.lang.String name)
Return a configured property.
|
java.lang.String |
getType() |
java.util.Iterator |
listProperties()
List properties.
|
void |
removeProperty(java.lang.String name)
remove a configured property.
|
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set a configured property.
|
void |
setType(java.lang.String type) |
protected NamingResources resources
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.Object getProperty(java.lang.String name)
public void setProperty(java.lang.String name, java.lang.Object value)
public void removeProperty(java.lang.String name)
public java.util.Iterator listProperties()
public NamingResources getNamingResources()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.