Package org.wildfly.plugin.server
Interface ServerContext
-
public interface ServerContextThe 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.CommandBuildercommandBuilder()The command builder used to start the server.PathjbossHome()The directory used to start the server.Processprocess()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
-
-