Package dfki.util.config

Utitities for configuring software modules.

See:
          Description

Interface Summary
Config.ChangeListener Listener interface for publishing change events.
 

Class Summary
Config Class to support application and software module configuration.
Config.Property Defines a property in a configuration.
ConfigHolder  
ConfigReader Abstract class for reading property settings.
JavaPropertyReader Reads property settings out of an original java property instance.
ServletInitParameterReader Reads property settings out of a ServletConfig object.
ServletRequestReader Reads property settings out of a ServletRequest object.
SystemPropertyReader Reads the property settings from the system properties.
XMLConfigReader  
XMLConfigReader.Test  
 

Exception Summary
Config.Exception  
Config.MultiValueException Exception denoting illegal value/multivalue assignments.
ConfigReader.Exception Exception denoting errors while reading property settings.
XMLConfigReader.Exception  
 

Package dfki.util.config Description

Utitities for configuring software modules.


Andreas Lauer
Last modified: Thu Jun 21 14:55:01 MEST 2001