Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Attribute
-
-
Uses of MojoExecutor.Attribute in org.twdata.maven.mojoexecutor
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.Attribute Modifier and Type Method Description static MojoExecutor.Attribute
MojoExecutor. attribute(String name, String value)
Constructs the attributeMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Attribute Modifier and Type Method Description static MojoExecutor.Attributes
MojoExecutor. attributes(MojoExecutor.Attribute... attributes)
Constructs the attributes wrapperstatic MojoExecutor.Element
MojoExecutor. element(String name, String value, MojoExecutor.Attribute attribute)
Constructs the element with a textual body and only attributestatic MojoExecutor.Element
MojoExecutor. element(String name, MojoExecutor.Attribute attribute, MojoExecutor.Element... elements)
Constructs the element containing child elements and only attributeConstructors in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Attribute Constructor Description Attributes(MojoExecutor.Attribute... attributes)
-