public interface ConfigIfc
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getItem(java.lang.String key)
Retrieves a configuration value, based on the given key.
|
void |
setItem(java.lang.String key,
java.lang.String value)
Sets a configuration value, with the given key.
|