Class LauncherUtil.ProcessReader

java.lang.Object
io.quarkus.test.common.LauncherUtil.ProcessReader
All Implemented Interfaces:
Runnable
Enclosing class:
LauncherUtil

static class LauncherUtil.ProcessReader extends Object implements Runnable
Captures stdout + stderr of the given process to System.out and System.err respectively.

The run() method runs as long as the given process is alive.

  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • checkExited

      int checkExited(int exited)