public interface PropertyService
Modifier and Type | Method and Description |
---|---|
String |
get(String key,
String defaultValue)
Get the current value of |key|.
|
void |
set(String key,
String val)
Set the value for |key|.
|
String get(String key, String defaultValue)
void set(String key, String val)
IllegalArgumentException
- if the key exceeds 32 charactersIllegalArgumentException
- if the value exceeds 92 characters