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

Packages that use net.sourceforge.java.feednread.backend.configuration
net.sourceforge.java.feednread.backend.configuration This package allows the application to retrieve and persist user and system preferences and configuration data. 
 

Classes in net.sourceforge.java.feednread.backend.configuration used by net.sourceforge.java.feednread.backend.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.
IConfigurationPersistenceEngine
           IConfigurationPersistenceEngine Interface to create a persistence layer for an application configuration.
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.
ProxyServerSettings
           Holds the settings of a proxy server for all online connections established by the ConnectionManager.