org.apache.maven.scm.provider.git.gitexe.command.remove
Class GitRemoveConsumer

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

public class GitRemoveConsumer
extends Object
implements StreamConsumer

Version:
$Id: GitRemoveConsumer.java 1201622 2011-11-14 08:05:26Z olamy $
Author:
Mark Struberg, Olivier Lamy

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

Constructor Detail

GitRemoveConsumer

public GitRemoveConsumer(ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getRemovedFiles

public List<ScmFile> getRemovedFiles()


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