org.apache.maven.scm.provider.svn.svnexe.command.update
Class SvnUpdateConsumer

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

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

Version:
$Id: SvnUpdateConsumer.java 381077 2006-02-26 11:16:52Z evenisse $
Author:
Trygve Laugstøl

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

Constructor Detail

SvnUpdateConsumer

public SvnUpdateConsumer(org.apache.maven.scm.log.ScmLogger logger,
                         java.io.File workingDirectory)
Method Detail

consumeLine

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

getUpdatedFiles

public java.util.List getUpdatedFiles()

getRevision

public int getRevision()


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