public class DefaultDumpFilterHandler extends java.lang.Object implements ISVNLoadHandler
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDumpFilterHandler.RevisionItem |
| Constructor and Description |
|---|
DefaultDumpFilterHandler(java.io.OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
java.util.Collection prefixes,
boolean skipMissingMergeSources) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTextDelta() |
void |
closeNode() |
void |
closeRevision() |
void |
deleteNodeProperty(java.lang.String propertyName) |
java.util.Map |
getDroppedNodes() |
long |
getDroppedRevisionsCount() |
java.util.Map |
getRenumberHistory() |
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 |
reset(java.io.OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
java.util.Collection prefixes,
boolean skipMissingMergeSources) |
void |
setFullText() |
void |
setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
public DefaultDumpFilterHandler(java.io.OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
java.util.Collection prefixes,
boolean skipMissingMergeSources)
public void reset(java.io.OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
java.util.Collection prefixes,
boolean skipMissingMergeSources)
public void closeNode()
throws SVNException
closeNode in interface ISVNLoadHandlerSVNExceptionpublic void closeRevision()
throws SVNException
closeRevision in interface ISVNLoadHandlerSVNExceptionpublic void openNode(java.util.Map headers)
throws SVNException
openNode in interface ISVNLoadHandlerSVNExceptionpublic void openRevision(java.util.Map headers)
throws SVNException
openRevision in interface ISVNLoadHandlerSVNExceptionpublic void parseTextBlock(java.io.InputStream dumpStream,
long contentLength,
boolean isDelta)
throws SVNException
parseTextBlock in interface ISVNLoadHandlerSVNExceptionpublic void parseUUID(java.lang.String uuid)
throws SVNException
parseUUID in interface ISVNLoadHandlerSVNExceptionpublic void removeNodeProperties()
throws SVNException
removeNodeProperties in interface ISVNLoadHandlerSVNExceptionpublic void setFullText()
throws SVNException
setFullText in interface ISVNLoadHandlerSVNExceptionpublic void setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
setRevisionProperty in interface ISVNLoadHandlerSVNExceptionpublic void setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
setNodeProperty in interface ISVNLoadHandlerSVNExceptionpublic void deleteNodeProperty(java.lang.String propertyName)
throws SVNException
deleteNodeProperty in interface ISVNLoadHandlerSVNExceptionpublic void applyTextDelta()
throws SVNException
applyTextDelta in interface ISVNLoadHandlerSVNExceptionpublic long getDroppedRevisionsCount()
public java.util.Map getRenumberHistory()
public java.util.Map getDroppedNodes()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.