public static interface Profile.SetupConfiguration
This object is used to assign values to build-in profile parameters such as dsSetupInstancePath or dsSetupProductionModeEnabled.
Using an interface here helps to interact with DirectoryServerSetup
object without having a
direct reference on it.
Modifier and Type | Method and Description |
---|---|
Path |
installPath()
Returns the setup install path.
|
default Path |
instancePath()
Returns the setup instance path.
|
default boolean |
isProductionModeEnabled()
Returns
true if the production mode is enabled for the server to setup, false otherwise. |
default Path instancePath()
Default implementation is to return the setup install path
.
Path
default boolean isProductionModeEnabled()
true
if the production mode is enabled for the server to setup, false
otherwise.
Default implementation is to consider the production mode disabled for the server to setup, hence to return
false
.
true
if the production mode is enabled for the server to setup, false
otherwise.Copyright 2010-2022 ForgeRock AS.