org.apache.maven.scm.provider.svn.svnexe.command.remove
Class SvnRemoveConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.svn.svnexe.command.remove.SvnRemoveConsumer
All Implemented Interfaces:
StreamConsumer

public class SvnRemoveConsumer
extends Object
implements StreamConsumer

Version:
$Id: SvnRemoveConsumer.java 1056938 2011-01-09 14:27:54Z olamy $
Author:
Brett Porter, Olivier Lamy

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

SvnRemoveConsumer

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