Class LogicalStream


  • final class LogicalStream
    extends java.lang.Object
    A stream-like object that preserves ordering between stdout/stderr
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  LogicalStream.Entry  
    • Constructor Summary

      Constructors 
      Constructor Description
      LogicalStream()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void write​(boolean stdout, java.lang.String text, boolean newLine)  
      (package private) void writeDetails​(ConsoleOutputReceiver outputReceiver)  
      • Methods inherited from class java.lang.Object

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

      • LogicalStream

        LogicalStream()
    • Method Detail

      • write

        void write​(boolean stdout,
                   java.lang.String text,
                   boolean newLine)