org.apache.maven.scm.provider.hg.command.blame
Class HgBlameConsumer

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

public class HgBlameConsumer
extends HgConsumer

Since:
1.4
Author:
Evgeny Mandrikov, Olivier Lamy

Constructor Summary
HgBlameConsumer(ScmLogger logger)
           
 
Method Summary
 void doConsume(ScmFileStatus status, String trimmedLine)
           
 List<BlameLine> getLines()
           
 
Methods inherited from class org.apache.maven.scm.provider.hg.command.HgConsumer
consumeLine, getStdErr
 
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

HgBlameConsumer

public HgBlameConsumer(ScmLogger logger)
Method Detail

doConsume

public void doConsume(ScmFileStatus status,
                      String trimmedLine)
Overrides:
doConsume in class HgConsumer

getLines

public List<BlameLine> getLines()


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