Package be.saltwater.jaqel.settings

Interface Summary
SettingChangeListener Is informed by ConfigChanger when a configuration changed.
SettingsReader Interface for reading the settings from a more permanent source.
SettingsWriter Interface for storing the settings permanently.
 

Class Summary
RuntimeSettingsReader Adds settings that must be processed at runtime.
SettingsManager This is the main class for accessing and modifying the settings of the application.
XMLSettingsReader Provides support for reading settings from an XML file.
XMLSettingsWriter Provides support for writing settings to an XML file.