Interface ResourceXMLElement
-
- All Superinterfaces:
Feature,ResourceXMLContainer,XMLContainer<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>,XMLElement<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:
AttributeDefinitionXMLElement,NamedResourceRegistrationXMLElement,ResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement
- All Known Implementing Classes:
AttributeDefinitionXMLElement.DefaultAttributeDefinitionXMLElement,NamedResourceRegistrationXMLElement.DefaultNamedResourceRegistrationXMLElement,ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement,ResourceXMLElement.DefaultResourceXMLElement,SingletonResourceRegistrationXMLElement.DefaultSingletonResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.DefaultSubsystemResourceRegistrationXMLElement
public interface ResourceXMLElement extends ResourceXMLContainer, XMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
Encapsulates an XML element for a subsystem resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResourceXMLElement.Builderstatic classResourceXMLElement.DefaultBuilderstatic classResourceXMLElement.DefaultResourceXMLElement-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
ResourceXMLContainer.AbstractBuilder<T extends ResourceXMLContainer,B extends ResourceXMLContainer.Builder<T,B>>, ResourceXMLContainer.ResourceAttributesXMLContentReader, ResourceXMLContainer.ResourceAttributesXMLContentWriter, ResourceXMLContainer.ResourceXMLContainerReader, ResourceXMLContainer.ResourceXMLContainerWriter<C>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLContainer
XMLContainer.AbstractBuilder<RC,WC,T extends XMLContainer<RC,WC>,B extends XMLContainer.Builder<RC,WC,T,B>>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElement
XMLElement.DefaultXMLElement<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
EMPTY_READER, EMPTY_WRITER
-
-
Method Summary
Static Methods Modifier and Type Method Description static ResourceXMLElementignore(QName name, XMLCardinality cardinality)Creates an element whose attributes and content should be ignored when present.-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElement
getName
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader, getWriter
-
-
-
-
Method Detail
-
ignore
static ResourceXMLElement ignore(QName name, XMLCardinality cardinality)
Creates an element whose attributes and content should be ignored when present.- Parameters:
name- the qualified name of ignored element- Returns:
- an element whose attributes and content should be ignored when present.
-
-