Package de.unikassel.android.sdcframework.preferences

Package class diagram package de.unikassel.android.sdcframework.preferences
Provides the classes to manage preferences, service configurations values and defaults.

See:
          Description

Class Summary
ApplicationPreferenceManagerImpl The application preference manager for the SDC framework is providing a uniform access to preferences or current configuration values.
BooleanPreference Preference implementation for boolean types.
DevicePreferencesCollectionImpl Implementation of a collection of device preferences.
EnabledPreference Implementation of a simple enabled preference which is a boolean preference type.
FrequencyPreference Implementation of a simple frequency preference which is an integer type preference.
IntegerPreference Preference implementation for integer types.
LogLevelConfigurationChangeEventImpl Implementation of the configuration change event for the log level.
LogLevelConfigurationImpl Implementation of the configuration for the log level.
LogLevelPreferenceImpl Implementation of the preference for the LogLevel type, which is a single preference bounded to the LogLevelConfiguration.
LongPreference Preference implementation for long types.
PriorityLevelPreference Implementation of the preference for the device priority.
SDCConfigurationManager Implementation of a management component responsible to handle the preconfigured default configuration, respectively to read it from the file and update the default values in a preference manager instance.
SensorDeviceConfigurationChangeEventImpl Implementation of the sensor device configuration change event.
SensorDeviceConfigurationImpl Basic implementation of the sensor device configuration interface.
SensorDevicePreferencesImpl  
ServiceConfigurationChangeEventImpl Implementation of the service configuration change event.
ServiceConfigurationImpl Implementation of the service configuration.
ServicePreferencesImpl Implementation of the service preferences.
SinglePreferenceImpl<T> Generic abstract base class for a single preference type.
StringPreference Preference implementation for string types.
TimeProviderConfigurationChangeEventImpl The implementation of the time provider configuration change event
TimeProviderConfigurationImpl The implementation of the NTP time provider configuration.
TimeProviderPreferenceImpl Implementation of the time provider preference.
TransmissionConfigurationImpl Implementation of the configuration for the transmission module.
TransmissionPreferenceImpl Implementation of the preferences for the transmission configuration.
TransmissionProtocolConfigurationImpl Implementation of the configuration for a transmission protocol.
TransmissionProtocolPreferenceImpl Implementation of the preferences for a transmission protocol configuration.
UUIDPreferenceImpl Implementation of the preference for the UUID
 

Package de.unikassel.android.sdcframework.preferences Description

Provides the classes to manage preferences, service configurations values and defaults.