Uses of Class
io.quarkus.maven.utilities.MojoUtils.Element
-
Packages that use MojoUtils.Element Package Description io.quarkus.maven.utilities -
-
Uses of MojoUtils.Element in io.quarkus.maven.utilities
Methods in io.quarkus.maven.utilities with parameters of type MojoUtils.Element Modifier and Type Method Description static 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.Element Constructor Description Element(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)
-