Package org.n52.faroe

Class SettingsServiceImpl

  • All Implemented Interfaces:
    SettingsService

    public class SettingsServiceImpl
    extends Object
    implements SettingsService
    Class to handle the settings and configuration of the service. Allows other classes to change, delete, and declare settings and to create, modify and delete administrator users. Classes can subscribe to specific settings using the Configurable and Setting annotations. To be recognized by the SettingsManager configure(java.lang.Object) has to be called for every object that wants to receive settings. All other classes have to call configure(java.lang.Object) manually.
    Since:
    1.0.0
    See Also:
    SettingDefinition, SettingValue, Configurable