public class FileSystemConfigGroup extends Object implements ConfigGroup
| Constructor and Description |
|---|
FileSystemConfigGroup(String name,
Path dir)
Public Constructor.
|
| 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.
|
public FileSystemConfigGroup(String name, Path dir) throws IOException
name - the config group namedir - the repository where to store config groupsIOException - indicating IO errorpublic String getProperty(String name)
getProperty in interface ConfigGroupname - the property name to resolvepublic void setProperty(String name, String value) throws IOException
setProperty in interface ConfigGroupname - the property namevalue - the property valueIOException - indicating IO error when storing a propertyCopyright © 2013–2017 Polago AB. All rights reserved.