Modifier and Type | Method and Description |
---|---|
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.
|