Uses of Class
berlin.yuna.mavendeploy.plugin.PluginExecutor.Element
-
Packages that use PluginExecutor.Element Package Description berlin.yuna.mavendeploy.plugin -
-
Uses of PluginExecutor.Element in berlin.yuna.mavendeploy.plugin
Methods in berlin.yuna.mavendeploy.plugin that return PluginExecutor.Element Modifier and Type Method Description static PluginExecutor.ElementPluginExecutor. element(java.lang.String name, PluginExecutor.Attribute attribute, PluginExecutor.Element... elements)Constructs the element containing child elements and only attributestatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, PluginExecutor.Attributes attributes, PluginExecutor.Element... elements)Constructs the element containing child elements and attributesstatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, PluginExecutor.Element... elements)Constructs the element containing child elementsstatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, java.lang.String value)Constructs the element with a textual bodystatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, java.lang.String value, PluginExecutor.Attribute attribute)Constructs the element with a textual body and only attributestatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, java.lang.String value, PluginExecutor.Attributes attributes)Constructs the element with a textual body and attributesMethods in berlin.yuna.mavendeploy.plugin with parameters of type PluginExecutor.Element Modifier and Type Method Description static org.codehaus.plexus.util.xml.Xpp3DomPluginExecutor. configuration(PluginExecutor.Element... elements)Builds the configuration for the goal using Elementsstatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, PluginExecutor.Attribute attribute, PluginExecutor.Element... elements)Constructs the element containing child elements and only attributestatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, PluginExecutor.Attributes attributes, PluginExecutor.Element... elements)Constructs the element containing child elements and attributesstatic PluginExecutor.ElementPluginExecutor. element(java.lang.String name, PluginExecutor.Element... elements)Constructs the element containing child elements
-