Modifier and Type | Method | Description |
---|---|---|
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
|
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
|
Modifier and Type | Method | 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 | 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) |
Copyright © 2008–2019. All rights reserved.