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:
StreamConsumer

public class SvnAddConsumer
extends Object
implements StreamConsumer

Version:
$Id: SvnAddConsumer.java 1054126 2010-12-31 15:18:11Z olamy $
Author:
Brett Porter

Constructor Summary
SvnAddConsumer(ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> 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 StreamConsumer

getAddedFiles

public List<ScmFile> getAddedFiles()


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