Class InMemorySettingsStore
java.lang.Object
eu.rarogsoftware.rarog.platform.core.settings.InMemorySettingsStore
- All Implemented Interfaces:
SettingsStore
This
SettingsStore
implementation stores setting in memory.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSetting
(String key) void
setSetting
(String key, String value)
-
Field Details
-
settings
-
-
Constructor Details
-
InMemorySettingsStore
public InMemorySettingsStore()
-
-
Method Details
-
getSetting
- Specified by:
getSetting
in interfaceSettingsStore
-
setSetting
- Specified by:
setSetting
in interfaceSettingsStore
-