Uses of Class
io.quarkus.maven.utilities.MojoUtils.Element
Packages that use MojoUtils.Element
-
Uses of MojoUtils.Element in io.quarkus.maven.utilities
Methods in io.quarkus.maven.utilities with parameters of type MojoUtils.ElementModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.xml.Xpp3DomMojoUtils.configuration(MojoUtils.Element... elements) Builds the configuration for the goal using ElementsConstructors in io.quarkus.maven.utilities with parameters of type MojoUtils.ElementModifierConstructorDescriptionElement(String name, MojoUtils.Attributes attributes, MojoUtils.Element... children) Element(String name, MojoUtils.Element... children) Element(String name, String text, MojoUtils.Attributes attributes, MojoUtils.Element... children) Element(String name, String text, MojoUtils.Element... children)