Uses of Class
org.apache.maven.plugin.registry.Plugin

Packages that use Plugin
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
 List<Plugin> PluginRegistry.getPlugins()
          Method getPlugins.
 

Methods in org.apache.maven.plugin.registry with parameters of type Plugin
 void PluginRegistry.addPlugin(Plugin plugin)
          Method addPlugin.
 void PluginRegistry.removePlugin(Plugin plugin)
          Method removePlugin.
 

Method parameters in org.apache.maven.plugin.registry with type arguments of type Plugin
 void PluginRegistry.setPlugins(List<Plugin> plugins)
          Set specified plugin update policy information.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.