Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.wsspi.kernel.embeddable.ServerBuilder

    • Uses of ServerBuilder in com.ibm.wsspi.kernel.embeddable

      Methods in com.ibm.wsspi.kernel.embeddable that return ServerBuilder 
      Modifier and Type Method and Description
      ServerBuilder ServerBuilder.setInstallDir(java.io.File install)
      Sets the path of the Liberty install.
      ServerBuilder ServerBuilder.setName(java.lang.String serverName)
      Set the locally unique name for the server; the name can be constructed using Unicode alphanumeric characters (for example, A-Za-z0-9), the underscore (_), dash (-), plus (+) and period (.).
      ServerBuilder ServerBuilder.setOutputDir(java.io.File outputDir)
      Set the path of the user output directory.
      ServerBuilder ServerBuilder.setServerEventListener(ServerEventListener listener)
      Set the listener that will receive ServerEventListener.ServerEvent notifications.
      ServerBuilder ServerBuilder.setUserDir(java.io.File userDir)
      Set the path of the user directory.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes