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) voidsetSetting(String key, String value)
-
Field Details
-
settings
-
-
Constructor Details
-
InMemorySettingsStore
public InMemorySettingsStore()
-
-
Method Details
-
getSetting
- Specified by:
getSettingin interfaceSettingsStore
-
setSetting
- Specified by:
setSettingin interfaceSettingsStore
-