com.irisel.util
Class PackageConfiguration

java.lang.Object
  extended by com.irisel.util.Configuration
      extended by com.irisel.util.PropertyFileConfiguration
          extended by com.irisel.util.PackageConfiguration
All Implemented Interfaces:
java.io.Serializable

public class PackageConfiguration
extends PropertyFileConfiguration

The PackageConfiguration handles the module level configuration.

Author:
Jose Manuel Gomez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.irisel.util.Configuration
DISABLE_LOGGING, DISABLE_LOGGING_DEFAULT, KEY_APP_PASS, KEY_APP_USER, KEY_CONSOLE_CLASSNAME, KEY_CONSOLE_DIRECTORY_CLASSNAME, KEY_COUNTRY, KEY_DB_AUTH_TYPE, KEY_DB_DATABASE, KEY_DB_INIT, KEY_DB_INIT_PASS, KEY_DB_PASS, KEY_DB_PORT, KEY_DB_SCHEMA, KEY_DB_SERV, KEY_DB_SYSTEM_USER, KEY_DB_SYSTEM_XPASS, KEY_DB_TYPE, KEY_DB_USER, KEY_LANG, KEY_OL_DESC_FILE, KEY_OL_SCH_FILE, KEY_OL_SRV_DESC_FILE, KEY_OL_SRV_SCH_FILE, KEY_PLAF, licpayload, licsign, LOGLEVEL, LOGLEVEL_DEFAULT, LOGTARGET
 
Constructor Summary
PackageConfiguration()
          DefaultConstructor.
 
Method Summary
 void insertConfiguration(Configuration 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 com.irisel.util.PropertyFileConfiguration
load, load, load, load, save, save
 
Methods inherited from class com.irisel.util.Configuration
findPropertyKeys, getClassIcon, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getGlobalConfig, getLogLevel, getLogTarget, isDisableLogging, isLocallyDefined, openFile, openFile, setConfigProperty, setCurrentDirectory, setCurrentDirectory, setDisableLogging, setLogLevel, setLogTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageConfiguration

public PackageConfiguration()
                     throws ConfigException
DefaultConstructor. Creates a new package configuration.

Throws:
ConfigException
Method Detail

insertConfiguration

public void insertConfiguration(Configuration 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.

Parameters:
config - the new report configuration.