Package io.quarkus.maven.utilities
Class MojoUtils.Element
- java.lang.Object
-
- io.quarkus.maven.utilities.MojoUtils.Element
-
-
Constructor Summary
Constructors 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)
-
-
-
Constructor Detail
-
Element
public Element(String name, MojoUtils.Element... children)
-
Element
public Element(String name, MojoUtils.Attributes attributes, MojoUtils.Element... children)
-
Element
public Element(String name, String text, MojoUtils.Element... children)
-
Element
public Element(String name, String text, MojoUtils.Attributes attributes, MojoUtils.Element... children)
-
-