Uses of Interface
org.forgerock.opendj.config.ConfigurationFramework.InitParameters
-
Packages that use ConfigurationFramework.InitParameters Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of ConfigurationFramework.InitParameters in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return ConfigurationFramework.InitParameters 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 withConfigurationFramework.forceInitialize(org.forgerock.opendj.config.ConfigurationFramework.InitParameters)
.static ConfigurationFramework.InitParameters
ConfigurationFramework.InitParameters. initParameters(Path installPath, Path instancePath, boolean isClient)
Creates initialization parameters for the configuration framework using the provided parameters.Methods in org.forgerock.opendj.config with parameters of type ConfigurationFramework.InitParameters Modifier and Type Method Description void
ConfigurationFramework. forceInitialize(ConfigurationFramework.InitParameters initParameters)
Initializes the configuration framework using the application's class loader as the parent class loader, and the provided install and instance paths.void
ConfigurationFramework. initialize(ConfigurationFramework.InitParameters initParameters)
Initializes the configuration framework using the application's class loader as the parent class loader, and the current working directory as the install and instance path.
-