org.apache.maven.scm.provider.cvslib.command.status
Class CvsStatusConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.cvslib.command.status.CvsStatusConsumer
All Implemented Interfaces:
StreamConsumer

public class CvsStatusConsumer
extends Object
implements StreamConsumer

Version:
$Id: CvsStatusConsumer.java 1055646 2011-01-05 21:22:58Z olamy $
Author:
Brett Porter

Constructor Summary
CvsStatusConsumer(ScmLogger logger, File workingDirectory)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getChangedFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsStatusConsumer

public CvsStatusConsumer(ScmLogger logger,
                         File workingDirectory)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getChangedFiles

public List<ScmFile> getChangedFiles()


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