Interface ServerContext
public interface ServerContext
The context of a server that has been started.
- Author:
- James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.core.launcher.CommandBuilderThe command builder used to start the server.The directory used to start the server.process()The running process.
-
Method Details
-
process
-
commandBuilder
org.wildfly.core.launcher.CommandBuilder commandBuilder()The command builder used to start the server.- Returns:
- the command builder
-
jbossHome
-