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