org.apache.maven.scm.provider.tfs.command.consumer
Class ErrorStreamConsumer

java.lang.Object
  extended by org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
      extended by org.apache.maven.scm.provider.tfs.command.consumer.ErrorStreamConsumer
All Implemented Interfaces:
StreamConsumer

public class ErrorStreamConsumer
extends CommandLineUtils.StringStreamConsumer


Constructor Summary
ErrorStreamConsumer()
           
 
Method Summary
 void consumeLine(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
 

Constructor Detail

ErrorStreamConsumer

public ErrorStreamConsumer()
Method Detail

consumeLine

public void consumeLine(String line)
Specified by:
consumeLine in interface StreamConsumer
Overrides:
consumeLine in class CommandLineUtils.StringStreamConsumer

hasBeenFed

public boolean hasBeenFed()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.