org.pentaho.reporting.engine.classic.core.modules.parser.bundle.settings
Class BundleSettings

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.settings.BundleSettings
All Implemented Interfaces:
Cloneable

public class BundleSettings
extends Object
implements Cloneable

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
BundleSettings(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 
Method Summary
 Object clone()
           
 org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleSettings

public BundleSettings(org.pentaho.reporting.libraries.base.config.Configuration configuration)
Method Detail

getConfiguration

public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException