Class SubsystemResourceRegistrationXMLElement.DefaultBuilder
- java.lang.Object
-
- org.jboss.as.controller.xml.XMLParticle.AbstractBuilder<RC,WC,T,B>
-
- org.jboss.as.controller.xml.XMLContainer.AbstractBuilder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,T,B>
-
- org.jboss.as.controller.persistence.xml.ResourceXMLContainer.AbstractBuilder<T,B>
-
- org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.AbstractBuilder<SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>
-
- org.jboss.as.controller.persistence.xml.SubsystemResourceRegistrationXMLElement.DefaultBuilder
-
- All Implemented Interfaces:
FeatureFilter,FeatureRegistry,AttributeDefinitionXMLConfiguration.Configurator<SubsystemResourceRegistrationXMLElement.Builder>,ResourceRegistrationXMLElement.Builder<SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>,ResourceXMLContainer.Builder<SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>,SubsystemResourceRegistrationXMLElement.Builder,QNameResolver,XMLContainer.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>,XMLParticle.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>
- Enclosing interface:
- SubsystemResourceRegistrationXMLElement
public static class SubsystemResourceRegistrationXMLElement.DefaultBuilder extends ResourceRegistrationXMLElement.AbstractBuilder<SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder> implements SubsystemResourceRegistrationXMLElement.Builder
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.xml.QNameResolver
COMPARATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubsystemResourceRegistrationXMLElementbuild()Builds this XML particle.protected SubsystemResourceRegistrationXMLElement.Builderbuilder()-
Methods inherited from class org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.AbstractBuilder
withCardinality, withElementLocalName, withElementLocalName, withElementName, withOperationKey, withOperationTransformation
-
Methods inherited from class org.jboss.as.controller.persistence.xml.ResourceXMLContainer.AbstractBuilder
addAttribute, addAttributes, getStability, ignoreAttributeLocalNames, ignoreAttributeNames, resolve, withLocalNames, withMarshallers, withNames, withParsers
-
Methods inherited from class org.jboss.as.controller.xml.XMLContainer.AbstractBuilder
getContent, withContent
-
Methods inherited from class org.jboss.as.controller.xml.XMLParticle.AbstractBuilder
getCardinality
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.persistence.xml.AttributeDefinitionXMLConfiguration.Configurator
withLocalNames, withMarshallers, withNames, withParsers
-
Methods inherited from interface org.jboss.as.controller.FeatureRegistry
enables
-
Methods inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.Builder
thenDiscardOperation, withDefaultValues, withElementLocalName, withElementLocalName, withElementName, withElementName, withOperationKey, withOperationTransformation, withOperationTransformation, withOperationTransformation
-
Methods inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer.Builder
addAttribute, addAttributes, ignoreAttributeLocalNames, ignoreAttributeNames, provideAttributes
-
Methods inherited from interface org.jboss.as.controller.xml.XMLContainer.Builder
withContent, withContent, withContent, withContent
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
withCardinality
-
-
-
-
Method Detail
-
builder
protected SubsystemResourceRegistrationXMLElement.Builder builder()
- Specified by:
builderin classXMLParticle.AbstractBuilder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>
-
build
public SubsystemResourceRegistrationXMLElement build()
Description copied from interface:XMLParticle.BuilderBuilds this XML particle.- Specified by:
buildin interfaceXMLParticle.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SubsystemResourceRegistrationXMLElement,SubsystemResourceRegistrationXMLElement.Builder>- Returns:
-
-