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
Modifier and TypeMethodDescriptionorg.wildfly.core.launcher.CommandBuilder
The command builder used to start the server.The directory used to start the server.process()
The running process.
-
Method Details
-
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
-