Class ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement
- java.lang.Object
-
- org.jboss.as.controller.xml.XMLParticle.DefaultXMLParticle<RC,WC>
-
- org.jboss.as.controller.xml.XMLElement.DefaultXMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
-
- org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement
-
- All Implemented Interfaces:
Feature,ResourceRegistrationXMLElement,ResourceXMLContainer,ResourceXMLElement,ResourceRegistration,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>
- Direct Known Subclasses:
NamedResourceRegistrationXMLElement.DefaultNamedResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.DefaultSingletonResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.DefaultSubsystemResourceRegistrationXMLElement
- Enclosing interface:
- ResourceRegistrationXMLElement
public static class ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement extends XMLElement.DefaultXMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode> implements ResourceRegistrationXMLElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
ResourceRegistration.DefaultResourceRegistration
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement
ResourceRegistrationXMLElement.AbstractBuilder<T extends ResourceRegistrationXMLElement,B extends ResourceRegistrationXMLElement.Builder<T,B>>, ResourceRegistrationXMLElement.Builder<T extends ResourceRegistrationXMLElement,B extends ResourceRegistrationXMLElement.Builder<T,B>>, ResourceRegistrationXMLElement.DefaultResourceRegistrationXMLElement, ResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
ResourceXMLContainer.ResourceAttributesXMLContentReader, ResourceXMLContainer.ResourceAttributesXMLContentWriter, ResourceXMLContainer.ResourceXMLContainerReader, ResourceXMLContainer.ResourceXMLContainerWriter<C>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLElement
ResourceXMLElement.DefaultBuilder, ResourceXMLElement.DefaultResourceXMLElement
-
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.Builder<RC,WC>, XMLElement.DefaultBuilder<RC,WC>, XMLElement.DefaultXMLElement<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.AbstractBuilder<RC,WC,T extends XMLParticle<RC,WC>,B extends XMLParticle.Builder<RC,WC,T,B>>, XMLParticle.Builder<RC,WC,T extends XMLParticle<RC,WC>,B extends XMLParticle.Builder<RC,WC,T,B>>, XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer
EMPTY_READER, EMPTY_WRITER
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)PathElementgetPathElement()Returns the path element under which this resource is registered with its parent resource, ornullif this is the root resource.inthashCode()StringtoString()-
Methods inherited from class org.jboss.as.controller.xml.XMLElement.DefaultXMLElement
getName
-
Methods inherited from class org.jboss.as.controller.xml.XMLParticle.DefaultXMLParticle
getCardinality, getReader, getStability, getWriter
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
getPathElement
public PathElement getPathElement()
Description copied from interface:ResourceRegistrationReturns the path element under which this resource is registered with its parent resource, ornullif this is the root resource.- Specified by:
getPathElementin interfaceResourceRegistration- Returns:
- the path element, or
nullif this is the root resource.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classXMLElement.DefaultXMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classXMLElement.DefaultXMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
-
toString
public String toString()
- Overrides:
toStringin classXMLElement.DefaultXMLElement<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode>
-
-