Uses of Class
de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Packages that use ConfigurationManager Package Description de.aristaflow.adept2.base.configuration de.aristaflow.adept2.base.registry -
-
Uses of ConfigurationManager in de.aristaflow.adept2.base.configuration
Methods in de.aristaflow.adept2.base.configuration that return ConfigurationManager Modifier and Type Method Description abstract ConfigurationManager
ConfigurationManager. createChild(String instanceName, String componentType)
Creates a new configuration manager having all fields set to the same values as this configuration manager.Constructors in de.aristaflow.adept2.base.configuration with parameters of type ConfigurationManager Constructor Description ConfigurationManager(org.apache.commons.configuration2.Configuration rootConfiguration, org.apache.commons.configuration2.Configuration providedConfiguration, ConfigurationManager parent)
Creates a new configuration manager having the designated root and provided configuration and the fields of the designated parent configuration manager. -
Uses of ConfigurationManager in de.aristaflow.adept2.base.registry
Subclasses of ConfigurationManager in de.aristaflow.adept2.base.registry Modifier and Type Class Description class
UrlConfigurationManager
This configuration manager extends a normal configuration manager by the means for runtime configurations.
-