public class MapsetSettingsStore extends java.lang.Object implements SettingsStore
| Constructor and Description |
|---|
MapsetSettingsStore(MapSet mapset) |
| Modifier and Type | Method and Description |
|---|---|
Cog |
retrieveSettings()
Retrieves the settings in config/$Level$/mapsets/$MapsetName$/settings.xml
|
void |
storeSettings(CoggableSettings settings)
Stores the settings in config/$Level$/mapsets/$MapsetName$/settings.xml
|
public void storeSettings(CoggableSettings settings)
storeSettings in interface SettingsStoresettings - the CoggableSettings to persistSettingsStore.storeSettings(com.partnersoft.settings.framework.model.CoggableSettings)public Cog retrieveSettings()
retrieveSettings in interface SettingsStoreCog loaded from storeSettingsStore.retrieveSettings()