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 java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer


Constructor Summary
ChangedFileConsumer(ScmLogger logger)
           
 
Method Summary
 void consumeLine(java.lang.String line)
           
 java.util.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(java.lang.String line)
Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getChangedFiles

public java.util.List<ScmFile> getChangedFiles()


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