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

java.lang.Object
  extended by org.apache.maven.scm.provider.cvslib.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 691832 2008-09-03 23:54:44Z vsiveton $
Author:
Trygve Laugstøl

Constructor Summary
CvsUpdateConsumer(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(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-2011 Apache Software Foundation. All Rights Reserved.