org.apache.maven.scm.provider.jazz.command.consumer
Class ErrorConsumer

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

public class ErrorConsumer
extends CommandLineUtils.StringStreamConsumer

Author:
Chris Graham

Constructor Summary
ErrorConsumer(ScmLogger logger)
           
 
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

ErrorConsumer

public ErrorConsumer(ScmLogger logger)
Method Detail

hasBeenFed

public boolean hasBeenFed()

consumeLine

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


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