Package org.jboss.as.controller.xml
Class XMLContainer.AbstractBuilder<RC,WC,T extends XMLContainer<RC,WC>,B extends XMLContainer.Builder<RC,WC,T,B>>
- java.lang.Object
-
- org.jboss.as.controller.xml.XMLParticle.AbstractBuilder<RC,WC,T,B>
-
- org.jboss.as.controller.xml.XMLContainer.AbstractBuilder<RC,WC,T,B>
-
- All Implemented Interfaces:
XMLContainer.Builder<RC,WC,T,B>,XMLParticle.Builder<RC,WC,T,B>
- Direct Known Subclasses:
ResourceXMLContainer.AbstractBuilder,XMLElement.DefaultBuilder
- Enclosing interface:
- XMLContainer<RC,WC>
public abstract static class XMLContainer.AbstractBuilder<RC,WC,T extends XMLContainer<RC,WC>,B extends XMLContainer.Builder<RC,WC,T,B>> extends XMLParticle.AbstractBuilder<RC,WC,T,B> implements XMLContainer.Builder<RC,WC,T,B>
-
-
Constructor Summary
Constructors Constructor Description AbstractBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected XMLContent<RC,WC>getContent()BwithContent(XMLContent<RC,WC> content)Applies the specified content to this container-
Methods inherited from class org.jboss.as.controller.xml.XMLParticle.AbstractBuilder
builder, getCardinality, withCardinality
-
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.xml.XMLContainer.Builder
withContent, withContent, withContent
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
build, withCardinality
-
-
-
-
Method Detail
-
withContent
public B withContent(XMLContent<RC,WC> content)
Description copied from interface:XMLContainer.BuilderApplies the specified content to this container- Specified by:
withContentin interfaceXMLContainer.Builder<RC,WC,T extends XMLContainer<RC,WC>,B extends XMLContainer.Builder<RC,WC,T,B>>- Parameters:
content- XML content- Returns:
- a reference to this builder
-
getContent
protected XMLContent<RC,WC> getContent()
-
-