Package org.twdata.maven.mojoexecutor
Class MojoExecutor.Element
- java.lang.Object
-
- org.twdata.maven.mojoexecutor.MojoExecutor.Element
-
- Enclosing class:
- MojoExecutor
public static class MojoExecutor.Element extends Object
Element wrapper class for configuration elements
-
-
Constructor Summary
Constructors 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)
-
-
-
Constructor Detail
-
Element
public Element(String name, MojoExecutor.Element... children)
-
Element
public Element(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
-
Element
public Element(String name, String text, MojoExecutor.Element... children)
-
Element
public Element(String name, String text, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
-
-