Package de.aristaflow.adept2.base.configuration


package de.aristaflow.adept2.base.configuration
  • Class
    Description
    In case an ADEPT2Service cannot be initialised or started due to a major problem, an AbortServiceException may be raised.
    Configuration-related global constants for general use in configuration files.
    The names for all supported communication protocols (which are equal to the instance names of the corresponding communication services).
    Classes specified as implementation for a component type may be annotated with a ConfigurationDescription.
    Provides the functionality for the validation of configuration descriptions and configurations.
    A ConfigurationException will be thrown if an erroneous configuration is discovered.
    This configuration manager handles configurations for components and services of the AristaFlow-System.
    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.
    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.
    This file provides direct access to the global properties of AristaFlow.
    An IllegalConfigurationDescriptionException is thrown if there's an inherent error in the ConfigurationDescription of a component.
    This class initialises and configures console and file loggers (handler) for the central logging, that is logging based on class names.
    The definition of a configuration property in a ConfigurationDescription.
    The supported data types for
    Configuration exception thrown, if a required property is not set in the configuration.
    This class provides global properties that are needed for the whole AristaFlow-platform.
    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.
    A SystemPropertyProvider provides the means to retrieve global properties and the variables to be substituted directly from system properties of the JVM.