Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
Modifier and Type | Method and Description |
---|---|
static Config |
ConfigLoader.getConfig()
Returns the parsed configuration instance.
|
static Config |
Config.load(File file)
Extracts configuration values from the given file and returns them encapsulated
in a Config instance.
|
static Config |
Config.load(Properties properties)
Extracts configuration values from the given Properties instance and returns them
encapsulated in a Config instance.
|
Copyright © 2013. All Rights Reserved.