org.apache.maven.scm.provider.cvslib.command.checkin
Class CvsCheckInConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.cvslib.command.checkin.CvsCheckInConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

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

Version:
$Id: CvsCheckInConsumer.java 518268 2007-03-14 19:12:06Z evenisse $
Author:
Trygve Laugstøl

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

Constructor Detail

CvsCheckInConsumer

public CvsCheckInConsumer(String remotePath,
                          ScmLogger logger)
Method Detail

consumeLine

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

getCheckedInFiles

public List getCheckedInFiles()


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