Class ForkClient.StdErrListener
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.output.ForkClient.StdErrListener
-
- All Implemented Interfaces:
ForkedProcessStandardOutErrEventListener
- Enclosing class:
- ForkClient
private final class ForkClient.StdErrListener extends java.lang.Object implements ForkedProcessStandardOutErrEventListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StdErrListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(RunMode runMode, java.lang.String output, boolean newLine)
-
-
-
Method Detail
-
handle
public void handle(RunMode runMode, java.lang.String output, boolean newLine)
- Specified by:
handle
in interfaceForkedProcessStandardOutErrEventListener
-
-