| Package | Description |
|---|---|
| org.mdi.bootstrap |
Minimal Bootstrap interfaces for the framework.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigPropertiesHelper.ConfigSet |
ConfigPropertiesHelper.createConfiguration(java.lang.String configName)
Creates a named configuration.
|
ConfigPropertiesHelper.ConfigSet |
ConfigPropertiesHelper.createDefaultConfiguration()
Creates the default configuration.
|
ConfigPropertiesHelper.ConfigSet |
ConfigPropertiesHelper.getConfiguration(java.lang.String configName)
Return the configuration of a specified name (or null if there is no configuration for this name).
|
ConfigPropertiesHelper.ConfigSet |
ConfigPropertiesHelper.getDefaultConfiguration()
Return the default configuration (or null if there is no default configuration).
|