Package | Description |
---|---|
org.twdata.maven.mojoexecutor |
Modifier and Type | Method and Description |
---|---|
static MojoExecutor.Element |
MojoExecutor.element(String name,
MojoExecutor.Attribute attribute,
MojoExecutor.Element... elements)
Constructs the element containing child elements and only attribute
|
static MojoExecutor.Element |
MojoExecutor.element(String name,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... elements)
Constructs the element containing child elements and attributes
|
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
|
static MojoExecutor.Element |
MojoExecutor.element(String name,
String value,
MojoExecutor.Attribute attribute)
Constructs the element with a textual body and only attribute
|
static MojoExecutor.Element |
MojoExecutor.element(String name,
String value,
MojoExecutor.Attributes attributes)
Constructs the element with a textual body and attributes
|
Modifier and Type | Method and Description |
---|---|
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.Attribute attribute,
MojoExecutor.Element... elements)
Constructs the element containing child elements and only attribute
|
static MojoExecutor.Element |
MojoExecutor.element(String name,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... elements)
Constructs the element containing child elements and attributes
|
static MojoExecutor.Element |
MojoExecutor.element(String name,
MojoExecutor.Element... elements)
Constructs the element containing child elements
|
Constructor and Description |
---|
Element(String name,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... children) |
Element(String name,
MojoExecutor.Element... children) |
Element(String name,
String text,
MojoExecutor.Attributes attributes,
MojoExecutor.Element... children) |
Element(String name,
String text,
MojoExecutor.Element... children) |
Copyright © 2008–2020. All rights reserved.