Interface ServerContext


public interface ServerContext
The context of a server that has been started.
Author:
James R. Perkins
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.wildfly.core.launcher.CommandBuilder
    The command builder used to start the server.
    The directory used to start the server.
    The running process.
  • Method Details Link icon

    • process Link icon

      Process process()
      The running process.
      Returns:
      the process
    • commandBuilder Link icon

      org.wildfly.core.launcher.CommandBuilder commandBuilder()
      The command builder used to start the server.
      Returns:
      the command builder
    • jbossHome Link icon

      Path jbossHome()
      The directory used to start the server.
      Returns:
      the server directory