Class ServerFileListConsumer
- java.lang.Object
-
- org.apache.maven.scm.provider.tfs.command.consumer.FileListConsumer
-
- org.apache.maven.scm.provider.tfs.command.consumer.ServerFileListConsumer
-
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
public class ServerFileListConsumer extends FileListConsumer
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.provider.tfs.command.consumer.FileListConsumer
currentDir
-
-
Constructor Summary
Constructors Constructor Description ServerFileListConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmFile
getScmFile(java.lang.String filename)
-
Methods inherited from class org.apache.maven.scm.provider.tfs.command.consumer.FileListConsumer
consumeLine, getFiles, hasBeenFed
-
-
-
-
Method Detail
-
getScmFile
protected ScmFile getScmFile(java.lang.String filename)
- Overrides:
getScmFile
in classFileListConsumer
-
-