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

Packages that use Plugin
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

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.
 

Uses of Plugin in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type Plugin
protected  void MavenJDOMWriter.updatePlugin(Plugin plugin, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updatePlugin.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.