Uses of Class
com.ibm.wsspi.kernel.embeddable.ServerBuilder
Packages that use ServerBuilder
Package
Description
SPI for launching the Liberty profile within an existing JVM process.
-
Uses of ServerBuilder in com.ibm.wsspi.kernel.embeddable
Methods in com.ibm.wsspi.kernel.embeddable that return ServerBuilderModifier and TypeMethodDescriptionServerBuilder.addProductExtension
(String name, Properties props) Add a product extension.ServerBuilder.setInstallDir
(File install) Sets the path of the Liberty install.Set the path of the log directory.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.setOutputDir
(File outputDir) Set the path of the user output directory.ServerBuilder.setServerEventListener
(ServerEventListener listener) Set the listener that will receiveServerEventListener.ServerEvent
notifications.ServerBuilder.setUserDir
(File userDir) Set the path of the user directory.