org.apache.maven.scm.provider.perforce.command.blame
Class PerforceBlameConsumer

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

public class PerforceBlameConsumer
extends AbstractConsumer

Since:
1.4
Author:
Evgeny Mandrikov, Olivier Lamy

Constructor Summary
PerforceBlameConsumer(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

PerforceBlameConsumer

public PerforceBlameConsumer(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.