Class CommandLineUtils.StringStreamConsumer

    • Constructor Detail

      • StringStreamConsumer

        public StringStreamConsumer()
    • Method Detail

      • consumeLine

        public void consumeLine​(String line)
        Description copied from interface: StreamConsumer
        Called when the StreamPumper pumps a line from the Stream.
        Specified by:
        consumeLine in interface StreamConsumer
        Parameters:
        line - The line to be consumed.
      • getOutput

        public String getOutput()