Class NativeStdOutStreamConsumer

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

public final class NativeStdOutStreamConsumer extends Object implements EventHandler<String>
The standard output logger for the output stream of the forked JMV, see org.apache.maven.plugin.surefire.extensions.SurefireForkChannel.
Since:
3.0.0-M5
Author:
Tibor Digana (tibor17)
  • Constructor Details

    • NativeStdOutStreamConsumer

      public NativeStdOutStreamConsumer(Object outStreamLock)
  • Method Details