Class SingletonResourceRegistrationXMLElement.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<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>
-
- org.jboss.as.controller.persistence.xml.SingletonResourceRegistrationXMLElement.DefaultBuilder
-
- All Implemented Interfaces:
FeatureFilter,FeatureRegistry,AttributeDefinitionXMLConfiguration.Configurator<SingletonResourceRegistrationXMLElement.Builder>,ResourceRegistrationXMLElement.Builder<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>,ResourceXMLContainer.Builder<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>,SingletonResourceRegistrationXMLElement.Builder,QNameResolver,XMLContainer.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>,XMLParticle.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>
- Enclosing interface:
- SingletonResourceRegistrationXMLElement
public static class SingletonResourceRegistrationXMLElement.DefaultBuilder extends ResourceRegistrationXMLElement.AbstractBuilder<SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder> implements SingletonResourceRegistrationXMLElement.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 SingletonResourceRegistrationXMLElementbuild()Builds this XML particle.protected SingletonResourceRegistrationXMLElement.Builderbuilder()SingletonResourceRegistrationXMLElement.BuilderimplyIfAbsent()Indicates that this element is optional, i.e.-
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
-
implyIfAbsent
public SingletonResourceRegistrationXMLElement.Builder implyIfAbsent()
Description copied from interface:SingletonResourceRegistrationXMLElement.BuilderIndicates that this element is optional, i.e.XMLCardinality.isRequired()== false, and an emptyModelDescriptionConstants.ADDoperation for thisResourceRegistrationshould be created if this element is absent. An implicit element will not be written if its attributes are undefined and any content is empty.- Specified by:
implyIfAbsentin interfaceSingletonResourceRegistrationXMLElement.Builder- Returns:
- a reference to this builder.
-
builder
protected SingletonResourceRegistrationXMLElement.Builder builder()
- Specified by:
builderin classXMLParticle.AbstractBuilder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>
-
build
public SingletonResourceRegistrationXMLElement 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,SingletonResourceRegistrationXMLElement,SingletonResourceRegistrationXMLElement.Builder>- Returns:
-
-