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.ElementModifier and TypeMethodDescriptionstatic MojoExecutor.ElementConstructs the element with a textual bodystatic MojoExecutor.ElementMojoExecutor.element(String name, String value, MojoExecutor.Attribute attribute) Constructs the element with a textual body and only attributestatic MojoExecutor.ElementMojoExecutor.element(String name, String value, MojoExecutor.Attributes attributes) Constructs the element with a textual body and attributesstatic MojoExecutor.ElementMojoExecutor.element(String name, MojoExecutor.Attribute attribute, MojoExecutor.Element... elements) Constructs the element containing child elements and only attributestatic MojoExecutor.ElementMojoExecutor.element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... elements) Constructs the element containing child elements and attributesstatic MojoExecutor.ElementMojoExecutor.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.Xpp3DomMojoExecutor.configuration(MojoExecutor.Element... elements) Builds the configuration for the goal using Elementsstatic MojoExecutor.ElementMojoExecutor.element(String name, MojoExecutor.Attribute attribute, MojoExecutor.Element... elements) Constructs the element containing child elements and only attributestatic MojoExecutor.ElementMojoExecutor.element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... elements) Constructs the element containing child elements and attributesstatic MojoExecutor.ElementMojoExecutor.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)