Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Attributes
-
Uses of MojoExecutor.Attributes in org.twdata.maven.mojoexecutor
Fields in org.twdata.maven.mojoexecutor declared as MojoExecutor.AttributesModifier and TypeFieldDescriptionprivate final MojoExecutor.Attributes
MojoExecutor.Element.attributes
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.AttributesModifier and TypeMethodDescriptionstatic MojoExecutor.Attributes
MojoExecutor.attributes
(MojoExecutor.Attribute... attributes) Constructs the attributes wrapperMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.AttributesModifier and TypeMethodDescriptionstatic MojoExecutor.Element
MojoExecutor.element
(String name, String value, MojoExecutor.Attributes attributes) Constructs the element with a textual body and attributesstatic MojoExecutor.Element
MojoExecutor.element
(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... elements) Constructs the element containing child elements and attributesConstructors in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.AttributesModifierConstructorDescriptionElement
(String name, String text, MojoExecutor.Attributes attributes, MojoExecutor.Element... children) Element
(String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)