public interface DeploymentTemplateInfo
Modifier and Type | Method and Description |
---|---|
DeploymentTemplateInfo |
copy()
Create a deep copy of the template info.
|
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
|
String getName()
String getDescription()
String getRootManagedPropertyName()
Map<String,ManagedProperty> getProperties()
DeploymentTemplateInfo copy()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.