public static interface PropertySource.Editor
Modifier and Type | Method and Description |
---|---|
void |
commit()
Saves all changes to the underlying store.
|
void |
removeKeysStartingWith(String prefix)
Removes all keys with the specified prefix.
|
void |
setValue(String key,
String value)
Sets the specified key to the specified value.
|
void setValue(String key, String value)
key
- the keyvalue
- the valuevoid removeKeysStartingWith(String prefix)
prefix
- the key prefix to removevoid commit()
Copyright © 2015. All Rights Reserved.