Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Attribute
-
Uses of MojoExecutor.Attribute in org.twdata.maven.mojoexecutor
Fields in org.twdata.maven.mojoexecutor with type parameters of type MojoExecutor.AttributeModifier and TypeFieldDescriptionprivate List<MojoExecutor.Attribute>
MojoExecutor.Attributes.attributes
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.AttributeMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.AttributeModifier and TypeMethodDescriptionstatic 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