Interface ISVNFileFetcher
public interface ISVNFileFetcher
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionlong
fetchFile
(java.lang.String path, long revision, java.io.OutputStream os, SVNProperties properties)
-
Method Details
-
fetchFile
long fetchFile(java.lang.String path, long revision, java.io.OutputStream os, SVNProperties properties) throws SVNException - Throws:
SVNException
-