Interface ISVNLoadHandler
- All Known Implementing Classes:
DefaultDumpFilterHandler
,DefaultLoadHandler
public interface ISVNLoadHandler
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
deleteNodeProperty
(String propertyName) void
void
openRevision
(Map headers) void
parseTextBlock
(InputStream dumpStream, long contentLength, boolean isDelta) void
void
void
void
setNodeProperty
(String propertyName, SVNPropertyValue propertyValue) void
setRevisionProperty
(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
-