Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
cz.cuni.mff.odcleanstore.configuration.exceptions |
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
ConfigLoader.loadConfig()
Loads and parses the contents of the configuration file into a Config
instance.
|
static void |
ConfigLoader.loadConfig(String configPath)
Loads and parses the contents of the configuration file into a Config
instance.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalParameterFormatException |
class |
ParameterNotAvailableException |
Copyright © 2013. All Rights Reserved.