Package org.pf.settings.impl

Implementation Independent Settings Interface
Public interface for handling settings independent of their origin.

See:
          Description

Class Summary
GenericSettingsImpl Generic implementation the Settings interface.
MultiValueSettingsImpl Implementation of the MultiValueSettings interface.
ReloadableSettings Implements settings that will be automatically reloaded if their underlying file has been modified.
SettingsImpl An instance of this class holds a indefinite number of settings.
 

Exception Summary
ReloadableSettingsException This exception will be used for all problems occuring with reloadable settings
 

Package org.pf.settings.impl Description

Implementation Independent Settings Interface


Public interface for handling settings independent of their origin. With different readers settings can be read from various sources.