Class StringStreamConsumer

  • All Implemented Interfaces:
    StreamConsumer

    public class StringStreamConsumer
    extends java.lang.Object
    implements StreamConsumer
    Since:
    5.0
    • Method Summary

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

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

      • StringStreamConsumer

        public StringStreamConsumer()
    • Method Detail

      • getOutput

        public java.lang.String getOutput()