Uses of Class
org.twdata.maven.mojoexecutor.MojoExecutor.Attributes
-
-
Uses of MojoExecutor.Attributes in org.twdata.maven.mojoexecutor
Methods in org.twdata.maven.mojoexecutor that return MojoExecutor.Attributes Modifier and Type Method Description static MojoExecutor.AttributesMojoExecutor. attributes(MojoExecutor.Attribute... attributes)Constructs the attributes wrapperMethods in org.twdata.maven.mojoexecutor with parameters of type MojoExecutor.Attributes Modifier and Type Method Description static MojoExecutor.ElementMojoExecutor. element(java.lang.String name, java.lang.String value, MojoExecutor.Attributes attributes)Constructs the element with a textual body and attributesstatic MojoExecutor.ElementMojoExecutor. element(java.lang.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.Attributes Constructor Description Element(java.lang.String name, java.lang.String text, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)Element(java.lang.String name, MojoExecutor.Attributes attributes, MojoExecutor.Element... children)
-