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