org.apache.maven.scm.provider.tfs.command.consumer
Class ChangedFileConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.tfs.command.consumer.ChangedFileConsumer
All Implemented Interfaces:
StreamConsumer

public class ChangedFileConsumer
extends Object
implements StreamConsumer


Constructor Summary
ChangedFileConsumer(ScmLogger logger)
           
 
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

ChangedFileConsumer

public ChangedFileConsumer(ScmLogger logger)
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.