public class MemorySettings extends BaseModifiableSettings
Settings.Config, Settings.OverrideClass, Settings.Property
parentSettings
Constructor and Description |
---|
MemorySettings() |
MemorySettings(Settings parentSettings) |
Modifier and Type | Method and Description |
---|---|
protected String |
doGetValue(String key) |
protected String[] |
doGetValues(String key) |
Collection<String> |
getModifiedKeys() |
void |
reset(String key) |
ModifiableSettings |
setValue(String key,
String value) |
ModifiableSettings |
setValues(String key,
String[] values) |
void |
store() |
reset, setValues
getModifiableSettings, getParentSettings, getValue, getValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModifiableSettings, getParentSettings, getValue, getValues
public MemorySettings()
public MemorySettings(Settings parentSettings)
public Collection<String> getModifiedKeys()
public void reset(String key)
public ModifiableSettings setValue(String key, String value)
public ModifiableSettings setValues(String key, String[] values)
public void store()
protected String doGetValue(String key)
doGetValue
in class BaseSettings
protected String[] doGetValues(String key)
doGetValues
in class BaseSettings