Class ServerPaths.Builder

java.lang.Object
org.forgerock.opendj.config.ServerPaths.Builder
Enclosing class:
ServerPaths

public static class ServerPaths.Builder extends Object
Builder for the server paths.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • instancePath

      public ServerPaths.Builder instancePath(Path instancePath)
      Sets the instance path.
      Parameters:
      instancePath - the instance path
      Returns:
      this builder
    • installPath

      public ServerPaths.Builder installPath(Path installPath)
      Sets the installation path.
      Parameters:
      installPath - the installation path
      Returns:
      this builder
    • configFile

      public ServerPaths.Builder configFile(Path configFile)
      Sets the configuration file.
      Parameters:
      configFile - the configuration file
      Returns:
      this builder
    • build

      public ServerPaths build()
      Builds the server paths.
      Returns:
      the server paths