Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Element
-
-
Uses of MojoExecutor.Element in org.twdata.maven.mojoexecutor
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.Element Modifier and Type Method Description static MojoExecutor.Element
MojoExecutor. element(String name, String value)
Constructs the element with a textual bodystatic MojoExecutor.Element
MojoExecutor. element(String name, String value, MojoExecutor.Attribute attribute)
Constructs the element with a textual body and only attributestatic MojoExecutor.Element
MojoExecutor. element(String name, String value, MojoExecutor.Attributes attributes)
Constructs the element with a textual body and attributesstatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Attribute attribute, MojoExecutor.Element... elements)
Constructs the element containing child elements and only attributestatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... elements)
Constructs the element containing child elements and attributesstatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Element... elements)
Constructs the element containing child elementsMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Element Modifier and Type Method Description static org.codehaus.plexus.util.xml.Xpp3Dom
MojoExecutor. configuration(MojoExecutor.Element... elements)
Builds the configuration for the goal using Elementsstatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Attribute attribute, MojoExecutor.Element... elements)
Constructs the element containing child elements and only attributestatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... elements)
Constructs the element containing child elements and attributesstatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Element... elements)
Constructs the element containing child elementsConstructors in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Element Constructor Description Element(String name, String text, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
Element(String name, String text, MojoExecutor.Element... children)
Element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
Element(String name, MojoExecutor.Element... children)
-