Interface NamedResourceRegistrationXMLElement.Builder
-
- All Superinterfaces:
AttributeDefinitionXMLConfiguration.Configurator<NamedResourceRegistrationXMLElement.Builder>,ResourceRegistrationXMLElement.Builder<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>,ResourceXMLContainer.Builder<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>,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>
- All Known Implementing Classes:
NamedResourceRegistrationXMLElement.DefaultBuilder
- Enclosing interface:
- NamedResourceRegistrationXMLElement
public static interface NamedResourceRegistrationXMLElement.Builder extends ResourceRegistrationXMLElement.Builder<NamedResourceRegistrationXMLElement,NamedResourceRegistrationXMLElement.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 interface org.jboss.as.controller.persistence.xml.AttributeDefinitionXMLConfiguration.Configurator
withLocalNames, withMarshallers, withNames, withParsers
-
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
build, withCardinality
-
-
-
-
Method Detail
-
withResourceAttributeLocalName
NamedResourceRegistrationXMLElement.Builder withResourceAttributeLocalName(String localName)
Overrides the local name of the attribute used to create the path for this resource. Defaults to "name" if unspecified.- Parameters:
localName- a attribute local name.- Returns:
- a reference to this builder.
-
withResourceAttributeName
NamedResourceRegistrationXMLElement.Builder withResourceAttributeName(QName name)
Overrides the local name of the attribute used to create the path for this resource. Defaults to "name" if unspecified.- Parameters:
name- a attribute local name.- Returns:
- a reference to this builder.
-
-