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.AttributeMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.AttributeModifier and TypeMethodDescriptionstatic MojoExecutor.AttributesMojoExecutor.attributes(MojoExecutor.Attribute... attributes) Constructs the attributes wrapperstatic MojoExecutor.ElementMojoExecutor.element(String name, String value, MojoExecutor.Attribute attribute) Constructs the element with a textual body and only attributestatic MojoExecutor.ElementMojoExecutor.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