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

public class ChangedFileConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer


Constructor Summary
ChangedFileConsumer(ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
           
 List 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 org.codehaus.plexus.util.cli.StreamConsumer

getChangedFiles

public List getChangedFiles()


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