Interface ISVNLoadHandler
- All Known Implementing Classes:
DefaultDumpFilterHandler,DefaultLoadHandler
public interface ISVNLoadHandler
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoiddeleteNodeProperty(String propertyName) voidvoidopenRevision(Map headers) voidparseTextBlock(InputStream dumpStream, long contentLength, boolean isDelta) voidvoidvoidvoidsetNodeProperty(String propertyName, SVNPropertyValue propertyValue) voidsetRevisionProperty(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
- Throws:
SVNException
-
applyTextDelta
- Throws:
SVNException
-
setFullText
- Throws:
SVNException
-
parseTextBlock
void parseTextBlock(InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException - Throws:
SVNException
-
deleteNodeProperty
- Throws:
SVNException
-
setNodeProperty
- Throws:
SVNException
-