org.apache.maven.model
Class PluginConfiguration
java.lang.Object
org.apache.maven.model.PluginContainer
org.apache.maven.model.PluginConfiguration
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BuildBase
public class PluginConfiguration
- extends PluginContainer
- implements java.io.Serializable
Contains the plugins management informations for the
project.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginConfiguration
public PluginConfiguration()
getPluginManagement
public PluginManagement getPluginManagement()
- Get
Default plugin information to be made available
for reference by
projects derived from this one. This plugin
configuration will not
be resolved or bound to the lifecycle unless
referenced. Any local
configuration for a given plugin will override
the plugin's entire
definition here.
setPluginManagement
public void setPluginManagement(PluginManagement pluginManagement)
- Set
Default plugin information to be made available
for reference by
projects derived from this one. This plugin
configuration will not
be resolved or bound to the lifecycle unless
referenced. Any local
configuration for a given plugin will override
the plugin's entire
definition here.
- Parameters:
pluginManagement
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
- Overrides:
setModelEncoding
in class PluginContainer
getModelEncoding
public java.lang.String getModelEncoding()
- Overrides:
getModelEncoding
in class PluginContainer
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.