Uses of Class
de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
-
Uses of ConfigurationPropertyProvider in de.aristaflow.adept2.base.configuration
Subclasses of ConfigurationPropertyProvider in de.aristaflow.adept2.base.configuration Modifier and Type Class Description 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.Methods in de.aristaflow.adept2.base.configuration with parameters of type ConfigurationPropertyProvider Modifier and Type Method Description protected org.apache.commons.configuration2.Configuration
ConfigurationManager. initRootConfiguration(String rootConfFileName, boolean eager, ConfigurationPropertyProvider provider)
Loads the root configuration from the configuration directories, initialises the logging based on this configuration and the logger manager of this configuration manager and dumps the configuration if desired.protected void
ConfigurationManager. setConfigurationDirectories(ConfigurationPropertyProvider provider)
Sets the configuration directories so that configurations are loaded in the appropriate order, that is, configuration directories before and after the provided configuration.Constructors in de.aristaflow.adept2.base.configuration with parameters of type ConfigurationPropertyProvider Constructor Description ConfigurationManager(String rootConfFileName, org.apache.commons.configuration2.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. -
Uses of ConfigurationPropertyProvider in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry with parameters of type ConfigurationPropertyProvider Modifier and Type Method Description protected org.apache.commons.configuration2.Configuration
UrlConfigurationManager. initRootConfiguration(String rootConfFileName, boolean eager, ConfigurationPropertyProvider provider)
Loads the root configuration from the configuration directories, initialises the logging based on this configuration and the logger manager of this configuration manager and dumps the configuration if desired.Constructors in de.aristaflow.adept2.base.registry with parameters of type ConfigurationPropertyProvider Constructor Description UrlConfigurationManager(String rootConfFileName, org.apache.commons.configuration2.Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider, LoggerManager loggerManager)
Creates a newUrlConfigurationManager
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. -
Uses of ConfigurationPropertyProvider in de.aristaflow.adept2.core.registry
Methods in de.aristaflow.adept2.core.registry with parameters of type ConfigurationPropertyProvider Modifier and Type Method Description protected UrlConfigurationManager
AristaFlowPlatform. createConfigurationManager(String rootConfFileName, org.apache.commons.configuration2.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.Constructors in de.aristaflow.adept2.core.registry with parameters of type ConfigurationPropertyProvider Constructor Description AristaFlowPlatform(boolean eager, ConfigurationPropertyProvider provider)
Partially bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from.AristaFlowPlatform(boolean eager, org.apache.commons.configuration2.Configuration conf, ConfigurationPropertyProvider provider)
Partially bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from additionally to the designated configuration.AristaFlowPlatform(ConfigurationPropertyProvider provider)
Bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from.AristaFlowPlatform(String rootConfFileName, org.apache.commons.configuration2.Configuration providedConfiguration, boolean eager, boolean singleton, ConfigurationPropertyProvider provider)
Initialises the global properties and logging and creates a configuration manager.AristaFlowPlatform(org.apache.commons.configuration2.Configuration conf, ConfigurationPropertyProvider provider)
Bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from additionally to the designated configuration. -
Uses of ConfigurationPropertyProvider in de.aristaflow.adept2.core.registry.cluster
Constructors in de.aristaflow.adept2.core.registry.cluster with parameters of type ConfigurationPropertyProvider Constructor Description ClusterNode(ConfigurationPropertyProvider serverProvider, ConfigurationPropertyProvider clientProvider, int servAvailPoolSize, long servAvailPollRate, Logger logger)
Deprecated.Creates a newClusterNode
having the designated configuration providers.ClusterNode(org.apache.commons.configuration2.Configuration serverConf, ConfigurationPropertyProvider serverProvider, org.apache.commons.configuration2.Configuration clientConf, ConfigurationPropertyProvider clientProvider, int servAvailPoolSize, long servAvailPollRate, Logger logger)
Deprecated.Creates a newClusterNode
having the designated configurations and the designated configuration providers.ClusterPlatform(ConfigurationPropertyProvider provider)
Creates a newClusterPlatform
.ClusterPlatform(org.apache.commons.configuration2.Configuration conf, ConfigurationPropertyProvider provider)
Creates a newClusterPlatform
. -
Uses of ConfigurationPropertyProvider in de.aristaflow.adept2.core.registry.twophase
Constructors in de.aristaflow.adept2.core.registry.twophase with parameters of type ConfigurationPropertyProvider Constructor Description TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, boolean eager, ConfigurationPropertyProvider provider)
Creates a newTwoPhasePlatform
.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, boolean eager, org.apache.commons.configuration2.Configuration conf, ConfigurationPropertyProvider provider)
Creates a newTwoPhasePlatform
.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, ConfigurationPropertyProvider provider)
Creates a newTwoPhasePlatform
.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, String rootConfFileName, org.apache.commons.configuration2.Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider)
Creates a newTwoPhasePlatform
.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, org.apache.commons.configuration2.Configuration conf, ConfigurationPropertyProvider provider)
Creates a newTwoPhasePlatform
.
-