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
Fields in org.sonatype.maven.polyglot.java.xml declared as ConfiugrationXmlBuilder Modifier and Type Field Description private ConfiugrationXmlBuilder
ConfiugrationXmlBuilder.TagContext. xmlBuilder
Methods in org.sonatype.maven.polyglot.java.xml that return ConfiugrationXmlBuilder Modifier and Type Method Description ConfiugrationXmlBuilder
ConfiugrationXmlBuilder.TagContext. child(java.lang.String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)
ConfiugrationXmlBuilder
ConfiugrationXmlBuilder. startXML()
ConfiugrationXmlBuilder
ConfiugrationXmlBuilder. tag(java.lang.String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)
Constructors in org.sonatype.maven.polyglot.java.xml with parameters of type ConfiugrationXmlBuilder Constructor Description TagContext(java.lang.String name, ConfiugrationXmlBuilder xmlBuilder)
-