public interface ISVNLoadHandler
| Modifier and Type | Method and Description |
|---|---|
void |
applyTextDelta() |
void |
closeNode() |
void |
closeRevision() |
void |
deleteNodeProperty(java.lang.String propertyName) |
void |
openNode(java.util.Map headers) |
void |
openRevision(java.util.Map headers) |
void |
parseTextBlock(java.io.InputStream dumpStream,
long contentLength,
boolean isDelta) |
void |
parseUUID(java.lang.String uuid) |
void |
removeNodeProperties() |
void |
setFullText() |
void |
setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void closeRevision()
throws SVNException
SVNExceptionvoid openRevision(java.util.Map headers)
throws SVNException
SVNExceptionvoid openNode(java.util.Map headers)
throws SVNException
SVNExceptionvoid closeNode()
throws SVNException
SVNExceptionvoid parseUUID(java.lang.String uuid)
throws SVNException
SVNExceptionvoid removeNodeProperties()
throws SVNException
SVNExceptionvoid setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
SVNExceptionvoid applyTextDelta()
throws SVNException
SVNExceptionvoid setFullText()
throws SVNException
SVNExceptionvoid parseTextBlock(java.io.InputStream dumpStream,
long contentLength,
boolean isDelta)
throws SVNException
SVNExceptionvoid deleteNodeProperty(java.lang.String propertyName)
throws SVNException
SVNExceptionvoid setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.