org.apache.maven.scm.provider.git.gitexe.command.diff
Class GitDiffRawConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.git.gitexe.command.diff.GitDiffRawConsumer
All Implemented Interfaces:
StreamConsumer

public class GitDiffRawConsumer
extends Object
implements StreamConsumer

Version:
$Id: GitDiffRawConsumer.java 1241527 2012-02-07 17:29:40Z struberg $
Author:
Mark Struberg

Constructor Summary
GitDiffRawConsumer(ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getChangedFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitDiffRawConsumer

public GitDiffRawConsumer(ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getChangedFiles

public List<ScmFile> getChangedFiles()


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