Package io.quarkus.test.common
Class LauncherUtil.ProcessReader
java.lang.Object
io.quarkus.test.common.LauncherUtil.ProcessReader
- All Implemented Interfaces:
Runnable
- Enclosing class:
LauncherUtil
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 Summary
ConstructorsConstructorDescriptionProcessReader(Process process) ProcessReader(Process process, OutputStream outTo, OutputStream errTo) -
Method Summary
-
Constructor Details
-
ProcessReader
ProcessReader(Process process) -
ProcessReader
ProcessReader(Process process, OutputStream outTo, OutputStream errTo)
-
-
Method Details