org.apache.maven.model
Class ConfigurationContainer

java.lang.Object
  extended by org.apache.maven.model.ConfigurationContainer
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
Plugin, PluginExecution

public class ConfigurationContainer
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Contains the configuration information of the container like Plugin.

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

Constructor Summary
ConfigurationContainer()
           
 
Method Summary
 ConfigurationContainer clone()
          Method clone.
 java.lang.Object getConfiguration()
          Get the configuration as DOM object.
 java.lang.String getInherited()
          Get whether any configuration should be propagated to child POMs.
 boolean isInheritanceApplied()
           
 boolean isInherited()
           
 void setConfiguration(java.lang.Object configuration)
          Set the configuration as DOM object.
 void setInherited(boolean inherited)
           
 void setInherited(java.lang.String inherited)
          Set whether any configuration should be propagated to child POMs.
 void unsetInheritanceApplied()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationContainer

public ConfigurationContainer()
Method Detail

clone

public ConfigurationContainer clone()
Method clone.

Overrides:
clone in class java.lang.Object
Returns:
ConfigurationContainer

getConfiguration

public java.lang.Object getConfiguration()
Get the configuration as DOM object.

Returns:
Object

getInherited

public java.lang.String getInherited()
Get whether any configuration should be propagated to child POMs. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is true.

Returns:
String

setConfiguration

public void setConfiguration(java.lang.Object configuration)
Set the configuration as DOM object.

Parameters:
configuration -

setInherited

public void setInherited(java.lang.String inherited)
Set whether any configuration should be propagated to child POMs. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is true.

Parameters:
inherited -

isInherited

public boolean isInherited()

setInherited

public void setInherited(boolean inherited)

unsetInheritanceApplied

public void unsetInheritanceApplied()

isInheritanceApplied

public boolean isInheritanceApplied()


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