org.apache.maven.model
Class PluginManagement

java.lang.Object
  extended by org.apache.maven.model.PluginContainer
      extended by org.apache.maven.model.PluginManagement
All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

public class PluginManagement
extends PluginContainer
implements Serializable, Cloneable

Section for management of default plugin information for use in a group of POMs.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
PluginManagement()
           
 
Method Summary
 PluginManagement clone()
          Method clone.
 
Methods inherited from class org.apache.maven.model.PluginContainer
addPlugin, flushPluginMap, getLocation, getPlugins, getPluginsAsMap, removePlugin, setLocation, setPlugins
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManagement

public PluginManagement()
Method Detail

clone

public PluginManagement clone()
Method clone.

Overrides:
clone in class PluginContainer
Returns:
PluginManagement


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