ConfigurationConstants |
Configuration-related global constants for general use in configuration
files.
|
ConfigurationDescriptionTools |
|
ConfigurationManager |
This configuration manager handles configurations for components and services of the
AristaFlow-System.
|
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.
|
ConfigurationValidator |
A ConfigurationValidator can be specified in a
ConfigurationDescription and (if specified) is used to validate a
configuration at application startup without having to wait until the
component (for which the configuration was intended) is instantiated.
|
GlobalProperties |
This file provides direct access to the global properties of AristaFlow.
|
LoggerManager |
This class initialises and configures console and file loggers (handler) for
the central logging, that is logging based on class names.
|
PropertyProvider |
This class provides global properties that are needed for the whole AristaFlow-platform.
|
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.
|
SystemPropertyProvider |
A SystemPropertyProvider provides the means to retrieve global
properties and the variables to be substituted directly from
system properties of the JVM.
|