Package net.sourceforge.java.feednread.backend.configuration

This package allows the application to retrieve and persist user and system preferences and configuration data.

See:
          Description

Interface Summary
IConfigurationPersistenceEngine IConfigurationPersistenceEngine Interface to create a persistence layer for an application configuration.
 

Class Summary
ColorManager Manages the Color objects created and used within the application.
ConfigurationManager Manages and organizes the entire application configuration.
ConfigurationStore ConfigurationStore is an IPersistentPreferenceStore that allows arbitrary persistent mediums and/or persistence strategies by decoupling the IPersistentPreferenceStore from the underlying persistence layer.
ConnectionManager Manages and allocates online connections available to the application.
ImageManager Central application Image management class.
ProxyServerSettings Holds the settings of a proxy server for all online connections established by the ConnectionManager.
XMLConfigurationPersistenceEngine XMLConfigurationPersistenceEngine represents an xml based persistence layer for the Feed'n Read cconfiguration.
 

Exception Summary
PersistenceException A PersistenceException should be raised if an error occured while performing a persistence operation, e.g. reading from a persistence source or writing the updated data back to the target.
 

Package net.sourceforge.java.feednread.backend.configuration Description

This package allows the application to retrieve and persist user and system preferences and configuration data.