Uses of Class
org.forgerock.opendj.config.ConfigurationFramework
-
Packages that use ConfigurationFramework Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of ConfigurationFramework in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return ConfigurationFramework Modifier and Type Method Description static ConfigurationFramework
ConfigurationFramework. getInstance()
Returns the single application wide configuration framework instance.Methods in org.forgerock.opendj.config with parameters of type ConfigurationFramework Modifier and Type Method Description static ConfigurationFramework.InitParameters
ConfigurationFramework.InitParameters. copyInitParameters(ConfigurationFramework configurationFramework)
Copies initialization parameters from the provided configuration framework, suitable for later reinitiaization withforceInitialize(org.forgerock.opendj.config.ConfigurationFramework.InitParameters)
.
-