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

public class CvsCheckInConsumer
extends Object
implements StreamConsumer

Version:
$Id: CvsCheckInConsumer.java 1054455 2011-01-02 18:40:29Z olamy $
Author:
Trygve Laugstøl, Olivier Lamy

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

getCheckedInFiles

public List<ScmFile> getCheckedInFiles()


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