Package io.quarkus.maven.utilities
Class MojoUtils.Element
java.lang.Object
io.quarkus.maven.utilities.MojoUtils.Element
- Enclosing class:
MojoUtils
Element wrapper class for configuration elements
-
Constructor Summary
ConstructorsConstructorDescriptionElement(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) -
Method Summary
-
Constructor Details
-
Element
-
Element
-
Element
-
Element
public Element(String name, String text, MojoUtils.Attributes attributes, MojoUtils.Element... children)
-
-
Method Details
-
toDom
public org.codehaus.plexus.util.xml.Xpp3Dom toDom()
-