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