Uses of Class
de.aristaflow.adept2.base.registry.UrlConfigurationManager
-
Packages that use UrlConfigurationManager Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.twophase de.aristaflow.adept2.model -
-
Uses of UrlConfigurationManager in de.aristaflow.adept2.base.registry
Fields in de.aristaflow.adept2.base.registry declared as UrlConfigurationManager Modifier and Type Field Description protected UrlConfigurationManager
AbstractRegistry. configurationManager
The configuration-manager used for this registry.Methods in de.aristaflow.adept2.base.registry that return UrlConfigurationManager Modifier and Type Method Description UrlConfigurationManager
UrlConfigurationManager. createChild(String instanceName, String componentType)
Constructors in de.aristaflow.adept2.base.registry with parameters of type UrlConfigurationManager Constructor Description AbstractRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new registry by setting the parent registry, the configuration and the initial configuration manager.InstanceToInstanceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new registry supporting instance to instance relations.LocalServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new local service registry by calling the super constructor.LocalServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry, SerialisablePair<String,String> release)
Constructs a new service registry by calling the super constructor.PluginRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new registry supporting plugins, that is components extending an existing component.ServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new service registry by calling the super constructor.ServiceRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry, SerialisablePair<String,String> release)
Constructs a new service registry by calling the super constructor.UrlConfigurationManager(org.apache.commons.configuration2.Configuration rootConfiguration, org.apache.commons.configuration2.Configuration providedConfiguration, UrlConfigurationManager parent)
Creates a newUrlConfigurationManager
having 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 UrlConfigurationManager Modifier and Type Field Description protected UrlConfigurationManager
AristaFlowPlatform. confMgr
The configuration manager used for the bootstrapped platform.Methods in de.aristaflow.adept2.core.registry that return UrlConfigurationManager 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.Methods in de.aristaflow.adept2.core.registry with parameters of type UrlConfigurationManager Modifier and Type Method Description protected BootstrapRegistry
AristaFlowPlatform. createBootstrapRegistry(UrlConfigurationManager cMgr)
Creates a new bootstrap registry having the designated configuration manager.Constructors in de.aristaflow.adept2.core.registry with parameters of type UrlConfigurationManager Constructor Description BootstrapRegistry(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 UrlConfigurationManager Modifier and Type Method Description protected BootstrapRegistry
TwoPhasePlatform. createBootstrapRegistry(UrlConfigurationManager confMgr)
Constructors in de.aristaflow.adept2.core.registry.twophase with parameters of type UrlConfigurationManager Constructor Description TwoPhaseBootstrap(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 UrlConfigurationManager Constructor Description ModelFactoryRegistry(UrlConfigurationManager confMgr, org.apache.commons.configuration2.Configuration configuration, Registry registry)
Constructs a new model factory registry supporting factory for the creation of model implementations.
-