Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationFramework |
ConfigurationFramework.getInstance()
Returns the single application wide configuration framework instance.
|
ConfigurationFramework |
ConfigurationFramework.initialize()
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.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installPath,
String instancePath)
Initializes the configuration framework using the application's class loader
as the parent class loader, and the provided install and instance paths.
|
ConfigurationFramework |
ConfigurationFramework.setIsClient(boolean isClient)
Specifies whether the configuration framework is being used within
a client application.
|
Copyright 2010-2020 ForgeRock AS.