public class ConfigurationTree extends Object
| Constructor and Description | 
|---|
| ConfigurationTree(String rootDir)Creates a new configuration tree rooted at
 the given directory in the file system. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | get(String id)Retrieves the Configuration object corresponding to the given file. | 
| void | parseConfigFile(String configFile) | 
public ConfigurationTree(String rootDir)
public Configuration get(String id) throws IOException
IOExceptionpublic void parseConfigFile(String configFile) throws IOException
IOExceptionCopyright © 2014 Open Microscopy Environment