| Package | Description |
|---|---|
| de.aristaflow.adept2.base.configuration |
ADEPT2 provides its own framework for managing components and their
configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationPropertyProvider
This provider extends a normal
PropertyProvider to support
configuration directories as URLs to load configuration files from, a
directory to write configurations changed at runtime to, a directory to write
the logs to and boolean flags for whether to load configuration files from
bundles (jar-files containing the AristaFlow-components), whether to use
debug logging while bootstrapping and whether to keep the registered log
handlers. |
class |
ServletConfigurationPropertyProvider
A
ServletConfigurationPropertyProvider provides the means to
retrieve global properties and the variables to be substituted from system
properties as well as the init parameter of a servlet configuration or of a
servlet context. |
class |
SystemPropertyProvider
A
SystemPropertyProvider provides the means to retrieve global
properties and the variables to be substituted directly from
system properties of the JVM. |