JCommon 1.0.17-redhat-2

org.jfree.base.modules
Class PackageManager.PackageConfiguration

java.lang.Object
  extended by org.jfree.base.config.HierarchicalConfiguration
      extended by org.jfree.base.config.PropertyFileConfiguration
          extended by org.jfree.base.modules.PackageManager.PackageConfiguration
All Implemented Interfaces:
Serializable, Cloneable, ModifiableConfiguration, Configuration, PublicCloneable
Enclosing class:
PackageManager

public static class PackageManager.PackageConfiguration
extends PropertyFileConfiguration

The PackageConfiguration handles the module level configuration.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
PackageManager.PackageConfiguration()
          DefaultConstructor.
 
Method Summary
 void insertConfiguration(HierarchicalConfiguration config)
          The new configuartion will be inserted into the list of report configuration, so that this configuration has the given report configuration instance as parent.
 
Methods inherited from class org.jfree.base.config.PropertyFileConfiguration
load, load, load
 
Methods inherited from class org.jfree.base.config.HierarchicalConfiguration
clone, configurationLoaded, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getParentConfig, isLocallyDefined, isParentSaved, setConfigProperty, setParentConfig
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageManager.PackageConfiguration

public PackageManager.PackageConfiguration()
DefaultConstructor. Creates a new package configuration.

Method Detail

insertConfiguration

public void insertConfiguration(HierarchicalConfiguration config)
The new configuartion will be inserted into the list of report configuration, so that this configuration has the given report configuration instance as parent.

Overrides:
insertConfiguration in class HierarchicalConfiguration
Parameters:
config - the new report configuration.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.