| Modifier and Type | Method and Description |
|---|---|
Config |
IConfigFactory.createConfig(String name)
Creates and initializes a new instance of a Config object
|
Config |
Config.filterPrefix(String prefix)
Returns a Config instance with the prefixed properties
|
static Config |
ConfigFactory.getConfig()
Returns the default Config, same as getConfig(null)
|
static Config |
ConfigFactory.getConfig(String name)
Returns Config for given name, same as getConfig(name,null)
|
static Config |
ConfigFactory.getConfig(String name,
IConfigFactory factory)
Returns a Config instance, instantiating it on first call.
|
Copyright © 2016 Irenical. All rights reserved.