Uses of Interface
org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Packages that use ConfigurationFramework.InitParameters
-
Uses of ConfigurationFramework.InitParameters in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return ConfigurationFramework.InitParametersModifier 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.Methods in org.forgerock.opendj.config with parameters of type ConfigurationFramework.InitParametersModifier and TypeMethodDescriptionvoidConfigurationFramework.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.voidConfigurationFramework.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.