|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.managed.plugins.BasicDeploymentTemplateInfo
public class BasicDeploymentTemplateInfo
A simple bean type of implementation of DeploymentTemplateInfo
Constructor Summary | |
---|---|
BasicDeploymentTemplateInfo(String name,
String description)
|
|
BasicDeploymentTemplateInfo(String name,
String description,
Map<String,ManagedProperty> properties)
|
Method Summary | |
---|---|
void |
addProperty(ManagedProperty property)
|
DeploymentTemplateInfo |
copy()
Create a deep copy of the template info. |
protected void |
copy(BasicDeploymentTemplateInfo copy)
|
String |
getDescription()
Information about the deployment template |
String |
getName()
The name of the DeploymentTemplate this info corresponds to |
Map<String,ManagedProperty> |
getProperties()
Get the template properties. |
String |
getRootManagedPropertyName()
The name of the ManagedProperty in the Map |
void |
setProperties(Map<String,ManagedProperty> properties)
|
void |
setRootManagedPropertyName(String rootManagedPropertyName)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicDeploymentTemplateInfo(String name, String description)
public BasicDeploymentTemplateInfo(String name, String description, Map<String,ManagedProperty> properties)
Method Detail |
---|
public String getDescription()
DeploymentTemplateInfo
getDescription
in interface DeploymentTemplateInfo
public String getName()
DeploymentTemplateInfo
getName
in interface DeploymentTemplateInfo
public String getRootManagedPropertyName()
DeploymentTemplateInfo
getRootManagedPropertyName
in interface DeploymentTemplateInfo
public void setRootManagedPropertyName(String rootManagedPropertyName)
public Map<String,ManagedProperty> getProperties()
DeploymentTemplateInfo
getProperties
in interface DeploymentTemplateInfo
public void setProperties(Map<String,ManagedProperty> properties)
public void addProperty(ManagedProperty property)
public DeploymentTemplateInfo copy()
DeploymentTemplateInfo
copy
in interface DeploymentTemplateInfo
public String toString()
toString
in class Object
protected void copy(BasicDeploymentTemplateInfo copy)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |