Class DefaultLoadHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.DefaultLoadHandler
-
- All Implemented Interfaces:
ISVNLoadHandler
public class DefaultLoadHandler extends java.lang.Object implements ISVNLoadHandler
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description DefaultLoadHandler(boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir, ISVNAdminEventHandler progressHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTextDelta()voidcloseNode()voidcloseRevision()voiddeleteNodeProperty(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)voidremoveNodeProperties()voidsetFSFS(FSFS fsfs)voidsetFullText()voidsetNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)voidsetParentDir(java.lang.String parentDir)voidsetRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)voidsetUsePostCommitHook(boolean use)voidsetUsePreCommitHook(boolean use)voidsetUUIDAction(SVNUUIDAction action)
-
-
-
Constructor Detail
-
DefaultLoadHandler
public DefaultLoadHandler(boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir, ISVNAdminEventHandler progressHandler)
-
-
Method Detail
-
setFSFS
public void setFSFS(FSFS fsfs)
-
closeRevision
public void closeRevision() throws SVNException- Specified by:
closeRevisionin interfaceISVNLoadHandler- Throws:
SVNException
-
openRevision
public void openRevision(java.util.Map headers) throws SVNException- Specified by:
openRevisionin interfaceISVNLoadHandler- Throws:
SVNException
-
openNode
public void openNode(java.util.Map headers) throws SVNException- Specified by:
openNodein interfaceISVNLoadHandler- Throws:
SVNException
-
parseUUID
public void parseUUID(java.lang.String uuid) throws SVNException- Specified by:
parseUUIDin interfaceISVNLoadHandler- Throws:
SVNException
-
closeNode
public void closeNode() throws SVNException- Specified by:
closeNodein interfaceISVNLoadHandler- Throws:
SVNException
-
applyTextDelta
public void applyTextDelta() throws SVNException- Specified by:
applyTextDeltain interfaceISVNLoadHandler- Throws:
SVNException
-
setFullText
public void setFullText() throws SVNException- Specified by:
setFullTextin interfaceISVNLoadHandler- Throws:
SVNException
-
parseTextBlock
public void parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException- Specified by:
parseTextBlockin interfaceISVNLoadHandler- Throws:
SVNException
-
removeNodeProperties
public void removeNodeProperties() throws SVNException- Specified by:
removeNodePropertiesin interfaceISVNLoadHandler- Throws:
SVNException
-
setRevisionProperty
public void setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException- Specified by:
setRevisionPropertyin interfaceISVNLoadHandler- Throws:
SVNException
-
setUsePreCommitHook
public void setUsePreCommitHook(boolean use)
-
setUsePostCommitHook
public void setUsePostCommitHook(boolean use)
-
setParentDir
public void setParentDir(java.lang.String parentDir)
-
setUUIDAction
public void setUUIDAction(SVNUUIDAction action)
-
deleteNodeProperty
public void deleteNodeProperty(java.lang.String propertyName) throws SVNException- Specified by:
deleteNodePropertyin interfaceISVNLoadHandler- Throws:
SVNException
-
setNodeProperty
public void setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException- Specified by:
setNodePropertyin interfaceISVNLoadHandler- Throws:
SVNException
-
-