Uses of Interface
org.forgerock.opendj.config.ConfigurationFramework.InitParameters
-
Uses of ConfigurationFramework.InitParameters in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionConfigurationFramework.InitParameters.copyInitParameters
(ConfigurationFramework configurationFramework) Copies initialization parameters from the provided configuration framework, suitable for later reinitiaization withConfigurationFramework.forceInitialize(org.forgerock.opendj.config.ConfigurationFramework.InitParameters)
.ConfigurationFramework.InitParameters.initParameters
(Path installPath, Path instancePath, boolean isClient) Creates initialization parameters for the configuration framework using the provided parameters.Modifier and TypeMethodDescriptionvoid
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.