Uses of Class
org.sonatype.maven.polyglot.java.xml.ConfiugrationXmlBuilder
-
Packages that use ConfiugrationXmlBuilder Package Description org.sonatype.maven.polyglot.java.dsl org.sonatype.maven.polyglot.java.xml -
-
Uses of ConfiugrationXmlBuilder in org.sonatype.maven.polyglot.java.dsl
Methods in org.sonatype.maven.polyglot.java.dsl that return ConfiugrationXmlBuilder Modifier and Type Method Description default ConfiugrationXmlBuilder
PluginFactory. startXML()
-
Uses of ConfiugrationXmlBuilder in org.sonatype.maven.polyglot.java.xml
Methods in org.sonatype.maven.polyglot.java.xml that return ConfiugrationXmlBuilder Modifier and Type Method Description ConfiugrationXmlBuilder
ConfiugrationXmlBuilder.TagContext. child(String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)
ConfiugrationXmlBuilder
ConfiugrationXmlBuilder. startXML()
ConfiugrationXmlBuilder
ConfiugrationXmlBuilder. tag(String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)
Constructors in org.sonatype.maven.polyglot.java.xml with parameters of type ConfiugrationXmlBuilder Constructor Description TagContext(String name, ConfiugrationXmlBuilder xmlBuilder)
-