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