com.xebialabs.deployit.plugin.jbossdm.container
Interface ResourceContainer

All Superinterfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, java.io.Serializable
All Known Implementing Classes:
CliBasedContainer, Domain, Profile, StandaloneServer

public interface ResourceContainer
extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Method Summary
 Mode getMode()
           
 java.lang.String getProfile()
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
 

Method Detail

getProfile

java.lang.String getProfile()

getMode

Mode getMode()