Uses of Class
org.apache.maven.plugin.registry.Plugin
Packages that use Plugin
-
Uses of Plugin in org.apache.maven.plugin.registry
Fields in org.apache.maven.plugin.registry with type parameters of type PluginMethods in org.apache.maven.plugin.registry that return types with arguments of type PluginMethods in org.apache.maven.plugin.registry with parameters of type PluginModifier and TypeMethodDescriptionvoid
Method addPlugin.void
PluginRegistry.removePlugin
(Plugin plugin) Method removePlugin.Method parameters in org.apache.maven.plugin.registry with type arguments of type PluginModifier and TypeMethodDescriptionvoid
PluginRegistry.setPlugins
(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 PluginModifier and TypeMethodDescriptionprivate Plugin
PluginRegistryXpp3Reader.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 PluginModifier and TypeMethodDescriptionprivate void
PluginRegistryXpp3Writer.writePlugin
(Plugin plugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePlugin.