public class DefaultLoadHandler extends java.lang.Object implements ISVNLoadHandler
| Constructor and Description |
|---|
DefaultLoadHandler(boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
java.lang.String parentDir,
ISVNAdminEventHandler progressHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTextDelta() |
void |
closeNode() |
void |
closeRevision() |
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 |
removeNodeProperties() |
void |
setFSFS(FSFS fsfs) |
void |
setFullText() |
void |
setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
setParentDir(java.lang.String parentDir) |
void |
setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
setUsePostCommitHook(boolean use) |
void |
setUsePreCommitHook(boolean use) |
void |
setUUIDAction(SVNUUIDAction action) |
public DefaultLoadHandler(boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
java.lang.String parentDir,
ISVNAdminEventHandler progressHandler)
public void setFSFS(FSFS fsfs)
public void closeRevision()
throws SVNException
closeRevision in interface ISVNLoadHandlerSVNExceptionpublic void openRevision(java.util.Map headers)
throws SVNException
openRevision in interface ISVNLoadHandlerSVNExceptionpublic void openNode(java.util.Map headers)
throws SVNException
openNode in interface ISVNLoadHandlerSVNExceptionpublic void parseUUID(java.lang.String uuid)
throws SVNException
parseUUID in interface ISVNLoadHandlerSVNExceptionpublic void closeNode()
throws SVNException
closeNode in interface ISVNLoadHandlerSVNExceptionpublic void applyTextDelta()
throws SVNException
applyTextDelta in interface ISVNLoadHandlerSVNExceptionpublic void setFullText()
throws SVNException
setFullText in interface ISVNLoadHandlerSVNExceptionpublic void parseTextBlock(java.io.InputStream dumpStream,
long contentLength,
boolean isDelta)
throws SVNException
parseTextBlock in interface ISVNLoadHandlerSVNExceptionpublic void removeNodeProperties()
throws SVNException
removeNodeProperties in interface ISVNLoadHandlerSVNExceptionpublic void setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
setRevisionProperty in interface ISVNLoadHandlerSVNExceptionpublic void setUsePreCommitHook(boolean use)
public void setUsePostCommitHook(boolean use)
public void setParentDir(java.lang.String parentDir)
public void setUUIDAction(SVNUUIDAction action)
public void deleteNodeProperty(java.lang.String propertyName)
throws SVNException
deleteNodeProperty in interface ISVNLoadHandlerSVNExceptionpublic void setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
setNodeProperty in interface ISVNLoadHandlerSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.