public class FileSystemConfigGroupManager extends Object implements ConfigGroupManager
| Constructor and Description |
|---|
FileSystemConfigGroupManager(Path dir)
Public Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigGroup |
lookupGroup(String name)
Retrieve the ConfigGroup for the given group name.
|
protected ConfigGroup |
newGroup(String name)
Create a new ConfigGroup.
|
public FileSystemConfigGroupManager(Path dir)
dir - the directory use for storing config groups.public ConfigGroup lookupGroup(String name) throws IOException
lookupGroup in interface ConfigGroupManagername - the group name to lookupIOException - indicating failure to lookup groupprotected ConfigGroup newGroup(String name) throws IOException
name - the group nameIOException - indicating failureCopyright © 2013–2017 Polago AB. All rights reserved.