| Package | Description |
|---|---|
| org.walkmod.conf | |
| org.walkmod.conf.providers |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationProvider> |
ConfigurationManager.getConfigurationProviders()
Get the current list of ConfigurationProviders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationManager.addConfigurationProvider(ConfigurationProvider provider)
Adds a configuration provider to the List of ConfigurationProviders. a
given ConfigurationProvider may be added more than once
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationManager.setConfigurationProviders(List<ConfigurationProvider> configurationProviders)
Set the list of configuration providers
|
| Constructor and Description |
|---|
ConfigurationManager(ConfigurationProvider... configurationProviders) |
ConfigurationManager(File walkmodcfg,
ConfigurationProvider... configurationProviders) |
| Modifier and Type | Class and Description |
|---|---|
class |
IvyConfigurationProvider |
class |
LanguageConfigurationProvider |
class |
PluginsConfigurationProvider |
class |
SpringConfigurationProvider |
class |
XMLConfigurationProvider |
Copyright © 2015. All rights reserved.