org.apache.maven.scm.provider.svn.svnexe.command.checkin
Class SvnCheckInConsumer

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

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

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

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

Constructor Detail

SvnCheckInConsumer

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

getCheckedInFiles

public java.util.List getCheckedInFiles()

getRevision

public int getRevision()


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