public static interface ConfigurationFramework.InitParameters
ConfigurationFramework
.Modifier and Type | Method and Description |
---|---|
default String |
installPath()
Returns the path where application binaries are located.
|
default String |
instancePath()
Returns the path where data binaries are located.
|
default boolean |
isClient()
Returns whether the associated configuration framework is being used within a client application.
|
default com.forgerock.opendj.util.Version |
version()
Returns the running binaries version.
|
default String installPath()
default String instancePath()
default com.forgerock.opendj.util.Version version()
version
default boolean isClient()
true
if the associated configuration framework is being used within a client application,
false
if used within a server applicationConfigurationFramework.isClient()
Copyright 2010-2022 ForgeRock AS.