Package | Description |
---|---|
com.ibm.wsspi.kernel.embeddable |
SPI for launching the Liberty profile within an existing JVM process.
|
Modifier and Type | Method and Description |
---|---|
ServerBuilder |
ServerBuilder.addProductExtension(java.lang.String name,
java.util.Properties props)
Add a product extension.
|
ServerBuilder |
ServerBuilder.setInstallDir(java.io.File install)
Sets the path of the Liberty install.
|
ServerBuilder |
ServerBuilder.setLogDir(java.io.File logDir)
Set the path of the log directory.
|
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.
|