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 ISVNLoadHandler
SVNException
public void closeRevision() throws SVNException
closeRevision
in interface ISVNLoadHandler
SVNException
public void openNode(java.util.Map headers) throws SVNException
openNode
in interface ISVNLoadHandler
SVNException
public void openRevision(java.util.Map headers) throws SVNException
openRevision
in interface ISVNLoadHandler
SVNException
public void parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException
parseTextBlock
in interface ISVNLoadHandler
SVNException
public void parseUUID(java.lang.String uuid) throws SVNException
parseUUID
in interface ISVNLoadHandler
SVNException
public void removeNodeProperties() throws SVNException
removeNodeProperties
in interface ISVNLoadHandler
SVNException
public void setFullText() throws SVNException
setFullText
in interface ISVNLoadHandler
SVNException
public void setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException
setRevisionProperty
in interface ISVNLoadHandler
SVNException
public void setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException
setNodeProperty
in interface ISVNLoadHandler
SVNException
public void deleteNodeProperty(java.lang.String propertyName) throws SVNException
deleteNodeProperty
in interface ISVNLoadHandler
SVNException
public void applyTextDelta() throws SVNException
applyTextDelta
in interface ISVNLoadHandler
SVNException
public long getDroppedRevisionsCount()
public java.util.Map getRenumberHistory()
public java.util.Map getDroppedNodes()
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.