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 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 org.codehaus.plexus.util.cli.StreamConsumer

getCheckedInFiles

public List<ScmFile> getCheckedInFiles()


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