Class NativeStdOutStreamConsumer

  • All Implemented Interfaces:
    org.apache.maven.surefire.extensions.EventHandler<java.lang.String>

    public final class NativeStdOutStreamConsumer
    extends java.lang.Object
    implements org.apache.maven.surefire.extensions.EventHandler<java.lang.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)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeStdOutStreamConsumer

        public NativeStdOutStreamConsumer​(java.lang.Object outStreamLock)
    • Method Detail

      • handleEvent

        public void handleEvent​(@Nonnull
                                java.lang.String message)
        Specified by:
        handleEvent in interface org.apache.maven.surefire.extensions.EventHandler<java.lang.String>