Interface ServerContext


  • public interface ServerContext
    The context of a server that has been started.
    Author:
    James R. Perkins
    • 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