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
SVNException
void openRevision(java.util.Map headers) throws SVNException
SVNException
void openNode(java.util.Map headers) throws SVNException
SVNException
void closeNode() throws SVNException
SVNException
void parseUUID(java.lang.String uuid) throws SVNException
SVNException
void removeNodeProperties() throws SVNException
SVNException
void setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException
SVNException
void applyTextDelta() throws SVNException
SVNException
void setFullText() throws SVNException
SVNException
void parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException
SVNException
void deleteNodeProperty(java.lang.String propertyName) throws SVNException
SVNException
void setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.