Interface ISVNLoadHandler
- All Known Implementing Classes:
DefaultDumpFilterHandler,DefaultLoadHandler
public interface ISVNLoadHandler
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoiddeleteNodeProperty(java.lang.String propertyName) voidopenNode(java.util.Map headers) voidopenRevision(java.util.Map headers) voidparseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) voidparseUUID(java.lang.String uuid) voidvoidvoidsetNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidsetRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
-
Method Details
-
closeRevision
- Throws:
SVNException
-
openRevision
- Throws:
SVNException
-
openNode
- Throws:
SVNException
-
closeNode
- Throws:
SVNException
-
parseUUID
- Throws:
SVNException
-
removeNodeProperties
- Throws:
SVNException
-
setRevisionProperty
void setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException - Throws:
SVNException
-
applyTextDelta
- Throws:
SVNException
-
setFullText
- Throws:
SVNException
-
parseTextBlock
void parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException - Throws:
SVNException
-
deleteNodeProperty
- Throws:
SVNException
-
setNodeProperty
void setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException - Throws:
SVNException
-