Modifier and Type | Method | Description |
---|---|---|
static MojoExecutor.Attribute |
MojoExecutor.attribute(String name,
String value) |
Constructs the attribute
|
Modifier and Type | Method | Description |
---|---|---|
static MojoExecutor.Attributes |
MojoExecutor.attributes(MojoExecutor.Attribute... attributes) |
Constructs the attributes wrapper
|
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,
MojoExecutor.Attribute attribute,
MojoExecutor.Element... elements) |
Constructs the element containing child elements and only attribute
|
Constructor | Description |
---|---|
Attributes(MojoExecutor.Attribute... attributes) |
Copyright © 2008–2019. All rights reserved.