public interface ISVNFileContentFetcher
Modifier and Type | Method and Description |
---|---|
void |
fetchFileContent(java.io.OutputStream os) |
boolean |
fileIsBinary() |
SVNPropertyValue |
getProperty(java.lang.String propertyName) |
void fetchFileContent(java.io.OutputStream os) throws SVNException
SVNException
boolean fileIsBinary() throws SVNException
SVNException
SVNPropertyValue getProperty(java.lang.String propertyName) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.