| Package | Description |
|---|---|
| de.aristaflow.adept2.base.configuration |
ADEPT2 provides its own framework for managing components and their
configurations.
|
| de.aristaflow.adept2.base.registry |
| Modifier and Type | Method and Description |
|---|---|
abstract ConfigurationManager |
ConfigurationManager.createChild(java.lang.String instanceName,
java.lang.String componentType)
Creates a new configuration manager having all fields set to the same values as this
configuration manager.
|
| Constructor and Description |
|---|
ConfigurationManager(Configuration rootConfiguration,
Configuration providedConfiguration,
ConfigurationManager parent)
Creates a new configuration manager having the designated root and provided configuration and
the fields of the designated parent configuration manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UrlConfigurationManager
This configuration manager extends a normal configuration manager by the means for runtime
configurations.
|