Class FileListConsumer
- java.lang.Object
-
- org.apache.maven.scm.provider.tfs.command.consumer.FileListConsumer
-
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
- Direct Known Subclasses:
ServerFileListConsumer
public class FileListConsumer extends Object implements org.codehaus.plexus.util.cli.StreamConsumer
-
-
Field Summary
Fields Modifier and Type Field Description protected String
currentDir
-
Constructor Summary
Constructors Constructor Description FileListConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consumeLine(String line)
List<ScmFile>
getFiles()
protected ScmFile
getScmFile(String filename)
boolean
hasBeenFed()
-
-
-
Field Detail
-
currentDir
protected String currentDir
-
-