Provides access to the scoped preferences service in RSSOwl. There is three levels of preferences: Default, Global and Entity. Any preference that is not set at the one scope will be looked up in the parent scope until the Default scope is reached. This allows to easily override the preferences for all entities without having to define the preferences per entity.
You can define default preferences by using the PreferencesInitializer extension point provided by this plugin.
@author bpasero @see IPreferenceScope @see IPreferencesInitializer
|
|