Class PackageManager.PackageConfiguration
java.lang.Object
org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
org.pentaho.reporting.libraries.base.boot.PackageManager.PackageConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
,Configuration
,ModifiableConfiguration
- Enclosing class:
- PackageManager
The PackageConfiguration handles the module level configuration.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
load, load, load
Methods inherited from class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
addAll, clone, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getParentConfig, insertConfiguration, isLocallyDefined, reconnectConfiguration, setConfigProperty, setParentConfig
-
Constructor Details
-
PackageConfiguration
public PackageConfiguration()DefaultConstructor. Creates a new package configuration.
-