Uses of Class
berlin.yuna.mavendeploy.plugin.PluginExecutor.Attribute
-
Packages that use PluginExecutor.Attribute Package Description berlin.yuna.mavendeploy.plugin -
-
Uses of PluginExecutor.Attribute in berlin.yuna.mavendeploy.plugin
Methods in berlin.yuna.mavendeploy.plugin that return PluginExecutor.Attribute Modifier and Type Method Description static PluginExecutor.AttributePluginExecutor. attribute(java.lang.String name, java.lang.String value)Constructs the attributeMethods in berlin.yuna.mavendeploy.plugin with parameters of type PluginExecutor.Attribute Modifier and Type Method Description static PluginExecutor.AttributesPluginExecutor. attributes(PluginExecutor.Attribute... attributes)Constructs the attributes wrapperstatic 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, java.lang.String value, PluginExecutor.Attribute attribute)Constructs the element with a textual body and only attribute
-