org.apache.maven.scm.provider.cvslib.cvsexe.command.update
Class CvsUpdateConsumer

java.lang.Object
  extended byorg.apache.maven.scm.provider.cvslib.cvsexe.command.update.CvsUpdateConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

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

Version:
$Id: CvsUpdateConsumer.java 381987 2006-03-01 11:16:02Z evenisse $
Author:
Trygve Laugstøl

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

Constructor Detail

CvsUpdateConsumer

public CvsUpdateConsumer(org.apache.maven.scm.log.ScmLogger logger)
Method Detail

consumeLine

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

getUpdatedFiles

public java.util.List getUpdatedFiles()


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