org.apache.maven.scm.provider.cvslib.command.blame
Class CvsBlameConsumer

java.lang.Object
  extended by org.apache.maven.scm.util.AbstractConsumer
      extended by org.apache.maven.scm.provider.cvslib.command.blame.CvsBlameConsumer
All Implemented Interfaces:
StreamConsumer

public class CvsBlameConsumer
extends AbstractConsumer

Since:
1.4
Author:
Evgeny Mandrikov, Olivier Lamy

Constructor Summary
CvsBlameConsumer(ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
           
 List<BlameLine> getLines()
           
 
Methods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsBlameConsumer

public CvsBlameConsumer(ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)

getLines

public List<BlameLine> getLines()


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