org.apache.maven.model
Class ConfigurationContainer

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

public class ConfigurationContainer
extends Object
implements Serializable

null

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

Constructor Summary
ConfigurationContainer()
           
 
Method Summary
 Object getConfiguration()
          Get null
 String getInherited()
          Get Whether any configuration should be propagated to child POMs.
 String getModelEncoding()
           
 boolean isInheritanceApplied()
           
 void setConfiguration(Object configuration)
          Set null
 void setInherited(String inherited)
          Set Whether any configuration should be propagated to child POMs.
 void setModelEncoding(String modelEncoding)
           
 void unsetInheritanceApplied()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationContainer

public ConfigurationContainer()
Method Detail

getConfiguration

public Object getConfiguration()
Get null


getInherited

public String getInherited()
Get Whether any configuration should be propagated to child POMs.


setConfiguration

public void setConfiguration(Object configuration)
Set null

Parameters:
configuration -

setInherited

public void setInherited(String inherited)
Set Whether any configuration should be propagated to child POMs.

Parameters:
inherited -

unsetInheritanceApplied

public void unsetInheritanceApplied()

isInheritanceApplied

public boolean isInheritanceApplied()

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.