Package org.twdata.maven.mojoexecutor
Class MojoExecutor.Element
java.lang.Object
org.twdata.maven.mojoexecutor.MojoExecutor.Element
- Enclosing class:
MojoExecutor
Element wrapper class for configuration elements
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MojoExecutor.Attributesprivate final MojoExecutor.Element[]private final Stringprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionElement(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) -
Method Summary
-
Field Details
-
children
-
name
-
text
-
attributes
-
-
Constructor Details
-
Element
-
Element
-
Element
-
Element
public Element(String name, String text, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
-
-
Method Details
-
toDom
public org.codehaus.plexus.util.xml.Xpp3Dom toDom()
-