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 ConfiugrationXmlBuilderPluginFactory. 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 ConfiugrationXmlBuilderConfiugrationXmlBuilder.TagContext. xmlBuilderMethods in org.sonatype.maven.polyglot.java.xml that return ConfiugrationXmlBuilder Modifier and Type Method Description ConfiugrationXmlBuilderConfiugrationXmlBuilder.TagContext. child(java.lang.String name, ConfiugrationXmlBuilder.TagFunction scopeFunction)ConfiugrationXmlBuilderConfiugrationXmlBuilder. startXML()ConfiugrationXmlBuilderConfiugrationXmlBuilder. 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)
-