Uses of Class
de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
Packages that use ConfigurationPropertyProvider
Package
Description
-
Uses of ConfigurationPropertyProvider in de.aristaflow.adept2.base.configuration
Subclasses of ConfigurationPropertyProvider in de.aristaflow.adept2.base.configurationModifier and TypeClassDescriptionclassAServletConfigurationPropertyProviderprovides 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.classASystemPropertyProviderprovides 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 ConfigurationPropertyProviderModifier and TypeMethodDescriptionprotected ConfigurationConfigurationManager.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 voidConfigurationManager.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 ConfigurationPropertyProviderModifierConstructorDescriptionConfigurationManager(String rootConfFileName, 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 ConfigurationPropertyProviderModifier and TypeMethodDescriptionprotected ConfigurationUrlConfigurationManager.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 ConfigurationPropertyProviderModifierConstructorDescriptionUrlConfigurationManager(String rootConfFileName, Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider, LoggerManager loggerManager) Creates a newUrlConfigurationManagerusing 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 ConfigurationPropertyProviderModifier and TypeMethodDescriptionprotected UrlConfigurationManagerAristaFlowPlatform.createConfigurationManager(String rootConfFileName, 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 ConfigurationPropertyProviderModifierConstructorDescriptionAristaFlowPlatform(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, 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.Bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from.protectedAristaFlowPlatform(String rootConfFileName, Configuration providedConfiguration, boolean eager, boolean singleton, ConfigurationPropertyProvider provider) Initialises the global properties and logging and creates a configuration manager.AristaFlowPlatform(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 ConfigurationPropertyProviderModifierConstructorDescriptionClusterNode(ConfigurationPropertyProvider serverProvider, ConfigurationPropertyProvider clientProvider, int servAvailPoolSize, long servAvailPollRate, Logger logger) Deprecated.Creates a newClusterNodehaving the designated configuration providers.ClusterNode(Configuration serverConf, ConfigurationPropertyProvider serverProvider, Configuration clientConf, ConfigurationPropertyProvider clientProvider, int servAvailPoolSize, long servAvailPollRate, Logger logger) Deprecated.Creates a newClusterNodehaving the designated configurations and the designated configuration providers.ClusterPlatform(ConfigurationPropertyProvider provider) Creates a newClusterPlatform.ClusterPlatform(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 ConfigurationPropertyProviderModifierConstructorDescriptionTwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, boolean eager, ConfigurationPropertyProvider provider) Creates a newTwoPhasePlatform.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, boolean eager, Configuration conf, ConfigurationPropertyProvider provider) Creates a newTwoPhasePlatform.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, ConfigurationPropertyProvider provider) Creates a newTwoPhasePlatform.protectedTwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, String rootConfFileName, Configuration providedConfiguration, boolean eager, ConfigurationPropertyProvider provider) Creates a newTwoPhasePlatform.TwoPhasePlatform(Class<T> initialServiceCls, String initialServiceType, Configuration conf, ConfigurationPropertyProvider provider) Creates a newTwoPhasePlatform.