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

java.lang.Object
  extended by org.apache.maven.scm.provider.tfs.command.consumer.FileListConsumer
Direct Known Subclasses:
ServerFileListConsumer

public class FileListConsumer
extends java.lang.Object


Field Summary
protected  java.lang.String currentDir
           
 
Constructor Summary
FileListConsumer()
           
 
Method Summary
 void consumeLine(java.lang.String line)
           
 java.util.List getFiles()
           
protected  ScmFile getScmFile(java.lang.String filename)
           
 boolean hasBeenFed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentDir

protected java.lang.String currentDir
Constructor Detail

FileListConsumer

public FileListConsumer()
Method Detail

consumeLine

public void consumeLine(java.lang.String line)

getScmFile

protected ScmFile getScmFile(java.lang.String filename)

getFiles

public java.util.List getFiles()

hasBeenFed

public boolean hasBeenFed()