| Package | Description |
|---|---|
| de.aristaflow.adept2.base.configuration |
ADEPT2 provides its own framework for managing components and their
configurations.
|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.core.registry |
| Constructor and Description |
|---|
ConfigurationManager(java.lang.String rootConfFileName,
Configuration providedConfiguration,
boolean eager,
ConfigurationPropertyProvider provider,
LoggerManager loggerManager)
Creates a new configuration manager using the configuration
properties of the designated provider and either a root configuration
loaded from the designated file name, or the designated provided
configuration or a mixture of both respecting the order of the
configurations and configuration directories from the provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvLoggerManager
This subclass refers to the
CSVFormatter and decouples
LoggerManager from AristaFlow-specific classes in
CSVFormatter. |
| Constructor and Description |
|---|
UrlConfigurationManager(java.lang.String rootConfFileName,
Configuration providedConfiguration,
boolean eager,
ConfigurationPropertyProvider provider,
LoggerManager loggerManager)
Creates a new
UrlConfigurationManager using the configuration
properties of the designated provider and either a root configuration
loaded from the designated file name, or the designated provided
configuration or a mixture of both respecting the order of the
configurations and configuration directories from the provider. |
| Modifier and Type | Method and Description |
|---|---|
protected UrlConfigurationManager |
AristaFlowPlatform.createConfigurationManager(java.lang.String rootConfFileName,
Configuration providedConfiguration,
boolean eager,
ConfigurationPropertyProvider provider,
LoggerManager loggerManager)
Gets a configuration manager having the designated file (file name without
path) as root configuration and/or the designated configuration.
|