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 -
Method Summary
Modifier and TypeMethodDescriptionprotected XMLContent<RC,WC> withContent(XMLContent<RC, WC> content) Applies the specified content to this containerMethods inherited from class org.jboss.as.controller.xml.XMLParticle.AbstractBuilder
builder, getCardinality, withCardinalityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.xml.XMLContainer.Builder
withContent, withContent, withContentMethods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
build, withCardinality
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
withContent
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
-