Package org.forgerock.opendj.config
Class ServerPaths.Builder
java.lang.Object
org.forgerock.opendj.config.ServerPaths.Builder
- Enclosing class:
- ServerPaths
Builder for the server paths.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the server paths.configFile
(Path configFile) Sets the configuration file.installPath
(Path installPath) Sets the installation path.instancePath
(Path instancePath) Sets the instance path.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
instancePath
Sets the instance path.- Parameters:
instancePath
- the instance path- Returns:
- this builder
-
installPath
Sets the installation path.- Parameters:
installPath
- the installation path- Returns:
- this builder
-
configFile
Sets the configuration file.- Parameters:
configFile
- the configuration file- Returns:
- this builder
-
build
Builds the server paths.- Returns:
- the server paths
-