Interface ISVNFileContentFetcher
-
public interface ISVNFileContentFetcher
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fetchFileContent(java.io.OutputStream os)
boolean
fileIsBinary()
SVNPropertyValue
getProperty(java.lang.String propertyName)
-
-
-
Method Detail
-
fetchFileContent
void fetchFileContent(java.io.OutputStream os) throws SVNException
- Throws:
SVNException
-
fileIsBinary
boolean fileIsBinary() throws SVNException
- Throws:
SVNException
-
getProperty
SVNPropertyValue getProperty(java.lang.String propertyName) throws SVNException
- Throws:
SVNException
-
-