Uses of Class
org.apache.maven.plugin.registry.Plugin
-
Packages that use Plugin Package Description org.apache.maven.plugin.registry org.apache.maven.plugin.registry.io.xpp3 -
-
Uses of Plugin in org.apache.maven.plugin.registry
Fields in org.apache.maven.plugin.registry with type parameters of type Plugin Modifier and Type Field Description private java.util.List<Plugin>PluginRegistry. pluginsField plugins.Methods in org.apache.maven.plugin.registry that return types with arguments of type Plugin Modifier and Type Method Description java.util.List<Plugin>PluginRegistry. getPlugins()Method getPlugins.Methods in org.apache.maven.plugin.registry with parameters of type Plugin Modifier and Type Method Description voidPluginRegistry. addPlugin(Plugin plugin)Method addPlugin.voidPluginRegistry. removePlugin(Plugin plugin)Method removePlugin.Method parameters in org.apache.maven.plugin.registry with type arguments of type Plugin Modifier and Type Method Description voidPluginRegistry. setPlugins(java.util.List<Plugin> plugins)Set specified plugin update policy information. -
Uses of Plugin in org.apache.maven.plugin.registry.io.xpp3
Methods in org.apache.maven.plugin.registry.io.xpp3 that return Plugin Modifier and Type Method Description private PluginPluginRegistryXpp3Reader. parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parsePlugin.Methods in org.apache.maven.plugin.registry.io.xpp3 with parameters of type Plugin Modifier and Type Method Description private voidPluginRegistryXpp3Writer. writePlugin(Plugin plugin, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writePlugin.
-