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
-
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
-
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()
-