|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MojoExecutor.Element in org.twdata.maven.mojoexecutor |
|---|
| Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.Element | |
|---|---|
static MojoExecutor.Element |
MojoExecutor.element(String name,
MojoExecutor.Element... elements)
Constructs the element containing child elements |
static MojoExecutor.Element |
MojoExecutor.element(String name,
String value)
Constructs the element with a textual body |
| Methods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Element | |
|---|---|
static org.codehaus.plexus.util.xml.Xpp3Dom |
MojoExecutor.configuration(MojoExecutor.Element... elements)
Builds the configuration for the goal using Elements |
static MojoExecutor.Element |
MojoExecutor.element(String name,
MojoExecutor.Element... elements)
Constructs the element containing child elements |
| Constructors in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Element | |
|---|---|
MojoExecutor.Element(String name,
MojoExecutor.Element... children)
|
|
MojoExecutor.Element(String name,
String text,
MojoExecutor.Element... children)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||