Uses of Interface
org.jboss.as.controller.xml.XMLAttribute
-
Packages that use XMLAttribute Package Description org.jboss.as.controller.xml -
-
Uses of XMLAttribute in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLAttribute Modifier and Type Class Description static classXMLAttribute.DefaultXMLAttribute<RC,WC>Methods in org.jboss.as.controller.xml that return XMLAttribute Modifier and Type Method Description XMLAttribute<RC,WC>XMLAttribute.Builder. build()Builds this attributeXMLAttribute<RC,WC>XMLAttribute.DefaultBuilder. build()Methods in org.jboss.as.controller.xml with parameters of type XMLAttribute Modifier and Type Method Description XMLElement.Builder<RC,WC>XMLElement.Builder. addAttribute(XMLAttribute<RC,WC> attribute)Adds readers and writer for the attributes of this element.XMLElement.Builder<RC,WC>XMLElement.DefaultBuilder. addAttribute(XMLAttribute<RC,WC> attribute)Method parameters in org.jboss.as.controller.xml with type arguments of type XMLAttribute Modifier and Type Method Description default XMLElement.Builder<RC,WC>XMLElement.Builder. addAttributes(Iterable<? extends XMLAttribute<RC,WC>> attributes)Adds readers and writer for the attributes of this element.
-