Class NamedResourceRegistrationXMLElement.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<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>
-
- org.jboss.as.controller.persistence.xml.NamedResourceRegistrationXMLElement.DefaultBuilder
-
- All Implemented Interfaces:
FeatureFilter,FeatureRegistry,AttributeDefinitionXMLConfiguration.Configurator<NamedResourceRegistrationXMLElement.Builder>,NamedResourceRegistrationXMLElement.Builder,ResourceRegistrationXMLElement.Builder<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>,ResourceXMLContainer.Builder<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>,QNameResolver,XMLContainer.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>,XMLParticle.Builder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>
- Enclosing interface:
- NamedResourceRegistrationXMLElement
public static class NamedResourceRegistrationXMLElement.DefaultBuilder extends ResourceRegistrationXMLElement.AbstractBuilder<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder> implements NamedResourceRegistrationXMLElement.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 NamedResourceRegistrationXMLElementbuild()Builds this XML particle.protected NamedResourceRegistrationXMLElement.Builderbuilder()NamedResourceRegistrationXMLElement.BuilderwithResourceAttributeLocalName(String localName)Overrides the local name of the attribute used to create the path for this resource.NamedResourceRegistrationXMLElement.BuilderwithResourceAttributeName(QName name)Overrides the local name of the attribute used to create the path for this resource.-
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
-
withResourceAttributeLocalName
public NamedResourceRegistrationXMLElement.Builder withResourceAttributeLocalName(String localName)
Description copied from interface:NamedResourceRegistrationXMLElement.BuilderOverrides the local name of the attribute used to create the path for this resource. Defaults to "name" if unspecified.- Specified by:
withResourceAttributeLocalNamein interfaceNamedResourceRegistrationXMLElement.Builder- Parameters:
localName- a attribute local name.- Returns:
- a reference to this builder.
-
withResourceAttributeName
public NamedResourceRegistrationXMLElement.Builder withResourceAttributeName(QName name)
Description copied from interface:NamedResourceRegistrationXMLElement.BuilderOverrides the local name of the attribute used to create the path for this resource. Defaults to "name" if unspecified.- Specified by:
withResourceAttributeNamein interfaceNamedResourceRegistrationXMLElement.Builder- Parameters:
name- a attribute local name.- Returns:
- a reference to this builder.
-
builder
protected NamedResourceRegistrationXMLElement.Builder builder()
- Specified by:
builderin classXMLParticle.AbstractBuilder<Map.Entry<PathAddress,Map<PathAddress,org.jboss.dmr.ModelNode>>,org.jboss.dmr.ModelNode,NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>
-
build
public NamedResourceRegistrationXMLElement 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,NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>- Returns:
-
-