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

public class PluginManagement
extends PluginContainer
implements Serializable

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
 String getModelEncoding()
           
 void setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 
Methods inherited from class org.apache.maven.model.PluginContainer
addPlugin, flushPluginMap, getPlugins, getPluginsAsMap, removePlugin, setPlugins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManagement

public PluginManagement()
Method Detail

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Overrides:
setModelEncoding in class PluginContainer
Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class PluginContainer
Returns:
the current encoding used when reading/writing this model.


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