Uses of Class
de.aristaflow.adept2.base.configuration.PropertyProvider
-
Packages that use PropertyProvider Package Description de.aristaflow.adept2.base.configuration -
-
Uses of PropertyProvider in de.aristaflow.adept2.base.configuration
Subclasses of PropertyProvider in de.aristaflow.adept2.base.configuration Modifier and Type Class Description class
ConfigurationPropertyProvider
This provider extends a normalPropertyProvider
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
AServletConfigurationPropertyProvider
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
ASystemPropertyProvider
provides the means to retrieve global properties and the variables to be substituted directly from system properties of the JVM.
-