Uses of Class
org.apache.maven.plugin.registry.Plugin
-
Packages that use Plugin Package Description org.apache.maven.plugin.registry -
-
Uses of Plugin in org.apache.maven.plugin.registry
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.
-