Package net.sf.xbus.base.core.config

Provides classes and interface for reading entries from various sources and filling a three-level hierarchie configuration.

See:
          Description

Interface Summary
ConfigSource If a class should be used by the Configuration to read entries from a source, it has to implement the interface ConfigSource.
 

Class Summary
Configuration This class reads program parameters from different sources and makes them accessible.
PropertiesSource This is the implementation of a ConfigSource wich uses the Java-Properties.
 

Package net.sf.xbus.base.core.config Description

Provides classes and interface for reading entries from various sources and filling a three-level hierarchie configuration.

Up to now, only Java Properties can be used as a source for the configuration. Other sources like XML-files or a database are prepared.