Interface ResourceXMLElementGroup
-
- All Superinterfaces:
Feature,XMLComponent<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLElementGroup<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLParticle<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
- All Known Subinterfaces:
NamedResourceRegistrationXMLChoice,ResourceXMLAll,ResourceXMLChoice,ResourceXMLParticleGroup,ResourceXMLSequence,SingletonResourceRegistrationXMLChoice
- All Known Implementing Classes:
NamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoice,ResourceXMLAll.DefaultResourceXMLAll,ResourceXMLChoice.DefaultResourceContentXMLChoice,ResourceXMLSequence.DefaultResourceXMLSequence,SingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice
public interface ResourceXMLElementGroup extends XMLElementGroup<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
Encapsulates a group of XML elements for a subsystem resource.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceXMLElementGroup.AbstractBuilder<T extends ResourceXMLElementGroup,B extends ResourceXMLElementGroup.Builder<T,B>>static interfaceResourceXMLElementGroup.Builder<T extends ResourceXMLElementGroup,B extends ResourceXMLElementGroup.Builder<T,B>>-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElementGroup
XMLElementGroup.DefaultXMLElementGroup<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriter
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNames, getReaderNames
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
-