org.apache.maven.scm.provider.svn.svnexe.command.checkout
Class SvnCheckOutConsumer

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

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

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

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

Constructor Detail

SvnCheckOutConsumer

public SvnCheckOutConsumer(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

getCheckedOutFiles

public java.util.List getCheckedOutFiles()

getRevision

public int getRevision()


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