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

java.lang.Object
  extended byorg.apache.maven.scm.provider.svn.svnexe.command.remove.SvnRemoveConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class SvnRemoveConsumer
extends java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Version:
$Id: SvnRemoveConsumer.java 381077 2006-02-26 11:16:52Z evenisse $
Author:
Brett Porter

Constructor Summary
SvnRemoveConsumer(org.apache.maven.scm.log.ScmLogger logger)
           
 
Method Summary
 void consumeLine(java.lang.String line)
           
 java.util.List getRemovedFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnRemoveConsumer

public SvnRemoveConsumer(org.apache.maven.scm.log.ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(java.lang.String line)
Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getRemovedFiles

public java.util.List getRemovedFiles()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.