org.apache.maven.scm.provider.svn.svnexe.command.add
Class SvnAddConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.svn.svnexe.command.add.SvnAddConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class SvnAddConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Version:
$Id: SvnAddConsumer.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Brett Porter

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

Constructor Detail

SvnAddConsumer

public SvnAddConsumer(ScmLogger logger)
Method Detail

consumeLine

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

getAddedFiles

public List getAddedFiles()


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