Uses of Class
org.apache.maven.model.Plugin

Packages that use Plugin
org.apache.maven.model   
 

Uses of Plugin in org.apache.maven.model
 

Methods in org.apache.maven.model that return types with arguments of type Plugin
 List<Plugin> PluginContainer.getPlugins()
          Method getPlugins.
 

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

Method parameters in org.apache.maven.model with type arguments of type Plugin
 void PluginContainer.setPlugins(List<Plugin> plugins)
          Set the list of plugins to use.
 



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