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
Modifier and TypeMethodDescriptionwithResourceAttributeLocalName(String localName) Overrides the local name of the attribute used to create the path for this resource.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, withParsersMethods inherited from interface org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.Builder
thenDiscardOperation, withDefaultValues, withElementLocalName, withElementLocalName, withElementName, withElementName, withOperationKey, withOperationTransformation, withOperationTransformation, withOperationTransformationMethods inherited from interface org.jboss.as.controller.persistence.xml.ResourceXMLContainer.Builder
addAttribute, addAttributes, ignoreAttributeLocalNames, ignoreAttributeNames, provideAttributesMethods inherited from interface org.jboss.as.controller.xml.XMLContainer.Builder
withContent, withContent, withContent, withContentMethods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
build, withCardinality
-
Method Details
-
withResourceAttributeLocalName
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
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.
-