Class ErrorStreamConsumer

  • All Implemented Interfaces:
    org.codehaus.plexus.util.cli.StreamConsumer

    public class ErrorStreamConsumer
    extends org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean fed  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consumeLine​(java.lang.String line)  
      boolean hasBeenFed()  
      • Methods inherited from class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer

        getOutput
      • Methods inherited from class java.lang.Object

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

      • fed

        private boolean fed
    • Constructor Detail

      • ErrorStreamConsumer

        public ErrorStreamConsumer()
    • Method Detail

      • consumeLine

        public void consumeLine​(java.lang.String line)
        Specified by:
        consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer
        Overrides:
        consumeLine in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
      • hasBeenFed

        public boolean hasBeenFed()