Uses of Interface
org.jboss.as.controller.xml.XMLAttribute
Packages that use XMLAttribute
-
Uses of XMLAttribute in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLAttributeMethods in org.jboss.as.controller.xml that return XMLAttributeModifier and TypeMethodDescriptionXMLAttribute.Builder.build()Builds this attributeXMLAttribute.DefaultBuilder.build()Methods in org.jboss.as.controller.xml with parameters of type XMLAttributeModifier and TypeMethodDescriptionXMLElement.Builder.addAttribute(XMLAttribute<RC, WC> attribute) Adds readers and writer for the attributes of this element.XMLElement.DefaultBuilder.addAttribute(XMLAttribute<RC, WC> attribute) Method parameters in org.jboss.as.controller.xml with type arguments of type XMLAttributeModifier and TypeMethodDescriptiondefault XMLElement.Builder<RC,WC> XMLElement.Builder.addAttributes(Iterable<? extends XMLAttribute<RC, WC>> attributes) Adds readers and writer for the attributes of this element.