Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Element
-
Uses of MojoExecutor.Element in org.twdata.maven.mojoexecutor
Fields in org.twdata.maven.mojoexecutor declared as MojoExecutor.ElementModifier and TypeFieldDescriptionprivate final MojoExecutor.Element[]
MojoExecutor.Element.children
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.ElementModifier and TypeMethodDescriptionstatic MojoExecutor.Element
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.ElementModifier and TypeMethodDescriptionstatic 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.ElementModifierConstructorDescriptionElement
(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)