|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigLoader | |
---|---|
consciouscode.seedling.config | Implements the standard configuration-driven node provisioning, the central
class being ConfigBasedNodeProvider . |
consciouscode.seedling.config.properties | |
consciouscode.seedling.junit |
Uses of ConfigLoader in consciouscode.seedling.config |
---|
Classes in consciouscode.seedling.config that implement ConfigLoader | |
---|---|
class |
ConfigLoaderSequence
A composite ConfigLoader that attempts loading a node's
ConfigResource from each child loader in sequence. |
Methods in consciouscode.seedling.config that return ConfigLoader | |
---|---|
ConfigLoader |
StandardConfigLayer.getConfigLoader()
|
ConfigLoader[] |
ConfigLoaderSequence.getLoaders()
|
Methods in consciouscode.seedling.config with parameters of type ConfigLoader | |
---|---|
void |
ConfigLoaderSequence.addLoader(ConfigLoader loader)
|
Constructors in consciouscode.seedling.config with parameters of type ConfigLoader | |
---|---|
ConfigLoaderSequence(ConfigLoader... loaders)
|
|
StandardConfigLayer(ResourceTree resources,
ConfigLoader loader)
|
Uses of ConfigLoader in consciouscode.seedling.config.properties |
---|
Classes in consciouscode.seedling.config.properties that implement ConfigLoader | |
---|---|
class |
PropertiesConfigLoader
Configuration loader for files with suffix ".properties" . |
Uses of ConfigLoader in consciouscode.seedling.junit |
---|
Constructors in consciouscode.seedling.junit with parameters of type ConfigLoader | |
---|---|
MockConfigTree(PropertiesConfigEvaluator defaultEvaluator,
ConfigLoader loader,
ResourceTree configTree)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |