Interface ISVNFileContentFetcher
-
public interface ISVNFileContentFetcher- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfetchFileContent(java.io.OutputStream os)booleanfileIsBinary()SVNPropertyValuegetProperty(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
-
-