Class WriterStreamConsumer

java.lang.Object
org.codehaus.plexus.util.cli.WriterStreamConsumer
All Implemented Interfaces:
StreamConsumer

public class WriterStreamConsumer extends Object implements StreamConsumer
Author:
Jason van Zyl
  • Constructor Details

    • WriterStreamConsumer

      public WriterStreamConsumer(Writer writer)
  • Method Details

    • 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.