Class NativeStdErrStreamConsumer

java.lang.Object
org.apache.maven.plugin.surefire.booterclient.output.NativeStdErrStreamConsumer
All Implemented Interfaces:
EventHandler<String>

public final class NativeStdErrStreamConsumer extends Object implements EventHandler<String>
The standard error logger for the error stream of the forked JMV, see ForkStarter.
Since:
2.20
Author:
Tibor Digana (tibor17)
See Also:
  • Constructor Details

    • NativeStdErrStreamConsumer

      public NativeStdErrStreamConsumer(Object errStreamLock)
  • Method Details