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 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.
-