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

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

public class FileListConsumer
extends Object
implements StreamConsumer


Field Summary
protected  String currentDir
           
 
Constructor Summary
FileListConsumer()
           
 
Method Summary
 void consumeLine(String line)
           
 List<ScmFile> getFiles()
           
protected  ScmFile getScmFile(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 String currentDir
Constructor Detail

FileListConsumer

public FileListConsumer()
Method Detail

consumeLine

public void consumeLine(String line)
Specified by:
consumeLine in interface StreamConsumer

getScmFile

protected ScmFile getScmFile(String filename)

getFiles

public List<ScmFile> getFiles()

hasBeenFed

public boolean hasBeenFed()


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