public interface ConfigGroup
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String name)
Gets the property name from from this config group.
|
void |
setProperty(String name,
String value)
Store the property name into this config group.
|
String getProperty(String name)
name - the property name to resolvevoid setProperty(String name, String value) throws IOException
name - the property namevalue - the property valueIOException - indicating IO error when storing a propertyCopyright © 2013–2017 Polago AB. All rights reserved.