Uses of Class
de.aristaflow.adept2.base.registry.UrlConfigurationManager
Packages that use UrlConfigurationManager
Package
Description
-
Uses of UrlConfigurationManager in de.aristaflow.adept2.base.registry
Fields in de.aristaflow.adept2.base.registry declared as UrlConfigurationManagerModifier and TypeFieldDescriptionprotected UrlConfigurationManagerAbstractRegistry.configurationManagerThe configuration-manager used for this registry.Methods in de.aristaflow.adept2.base.registry that return UrlConfigurationManagerModifier and TypeMethodDescriptionUrlConfigurationManager.createChild(String instanceName, String componentType) Constructors in de.aristaflow.adept2.base.registry with parameters of type UrlConfigurationManagerModifierConstructorDescriptionprotectedAbstractRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry) Constructs a new registry by setting the parent registry, the configuration and the initial configuration manager.protectedInstanceToInstanceRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry) Constructs a new registry supporting instance to instance relations.protectedLocalServiceRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry) Constructs a new local service registry by calling the super constructor.protectedLocalServiceRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry, SerialisablePair<String, String> release) Constructs a new service registry by calling the super constructor.protectedPluginRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry) Constructs a new registry supporting plugins, that is components extending an existing component.protectedServiceRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry) Constructs a new service registry by calling the super constructor.protectedServiceRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry, SerialisablePair<String, String> release) Constructs a new service registry by calling the super constructor.protectedUrlConfigurationManager(Configuration rootConfiguration, Configuration providedConfiguration, UrlConfigurationManager parent) Creates a newUrlConfigurationManagerhaving the designated root and provided configuration and the fields of the designatedUrlConfigurationManager. -
Uses of UrlConfigurationManager in de.aristaflow.adept2.core.registry
Fields in de.aristaflow.adept2.core.registry declared as UrlConfigurationManagerModifier and TypeFieldDescriptionprotected UrlConfigurationManagerAristaFlowPlatform.confMgrThe configuration manager used for the bootstrapped platform.Methods in de.aristaflow.adept2.core.registry that return UrlConfigurationManagerModifier 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.Methods in de.aristaflow.adept2.core.registry with parameters of type UrlConfigurationManagerModifier and TypeMethodDescriptionprotected BootstrapRegistryAristaFlowPlatform.createBootstrapRegistry(UrlConfigurationManager cMgr) Creates a new bootstrap registry having the designated configuration manager.Constructors in de.aristaflow.adept2.core.registry with parameters of type UrlConfigurationManagerModifierConstructorDescriptionprotectedBootstrapRegistry(UrlConfigurationManager confMgr, Class<? extends BootstrapRegistry> bootstrapClass) Creates a new bootstrap registry having the designated configuration manager. -
Uses of UrlConfigurationManager in de.aristaflow.adept2.core.registry.twophase
Methods in de.aristaflow.adept2.core.registry.twophase with parameters of type UrlConfigurationManagerModifier and TypeMethodDescriptionprotected BootstrapRegistryTwoPhasePlatform.createBootstrapRegistry(UrlConfigurationManager confMgr) Constructors in de.aristaflow.adept2.core.registry.twophase with parameters of type UrlConfigurationManagerModifierConstructorDescriptionTwoPhaseBootstrap(Class<T> initialServiceCls, String initialServiceType, UrlConfigurationManager confMgr, Class<? extends BootstrapRegistry> bootstrapClass) Creates a new bootstrap registry having the designated configuration manager. -
Uses of UrlConfigurationManager in de.aristaflow.adept2.model
Constructors in de.aristaflow.adept2.model with parameters of type UrlConfigurationManagerModifierConstructorDescriptionModelFactoryRegistry(UrlConfigurationManager confMgr, Configuration configuration, Registry registry) Constructs a new model factory registry supporting factory for the creation of model implementations.