Package org.wildfly.plugin.server
Interface ServerContext
-
public interface ServerContext
The context of a server that has been started.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.core.launcher.CommandBuilder
commandBuilder()
The command builder used to start the server.Path
jbossHome()
The directory used to start the server.Process
process()
The running process.
-
-
-
Method Detail
-
process
Process process()
The running process.- Returns:
- the process
-
commandBuilder
org.wildfly.core.launcher.CommandBuilder commandBuilder()
The command builder used to start the server.- Returns:
- the command builder
-
jbossHome
Path jbossHome()
The directory used to start the server.- Returns:
- the server directory
-
-