Interface ISVNLoadHandler
- All Known Implementing Classes:
DefaultDumpFilterHandler
,DefaultLoadHandler
public interface ISVNLoadHandler
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
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
void
void
setNodeProperty
(java.lang.String propertyName, SVNPropertyValue propertyValue) void
setRevisionProperty
(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
-