Class DefaultDumpFilterHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.DefaultDumpFilterHandler
-
- All Implemented Interfaces:
ISVNLoadHandler
public class DefaultDumpFilterHandler extends java.lang.Object implements ISVNLoadHandler
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDefaultDumpFilterHandler.RevisionItem
-
Constructor Summary
Constructors Constructor Description DefaultDumpFilterHandler(java.io.OutputStream os, ISVNAdminEventHandler handler, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTextDelta()voidcloseNode()voidcloseRevision()voiddeleteNodeProperty(java.lang.String propertyName)java.util.MapgetDroppedNodes()longgetDroppedRevisionsCount()java.util.MapgetRenumberHistory()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()voidreset(java.io.OutputStream os, ISVNAdminEventHandler handler, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)voidsetFullText()voidsetNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)voidsetRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue)
-
-
-
Constructor Detail
-
DefaultDumpFilterHandler
public DefaultDumpFilterHandler(java.io.OutputStream os, ISVNAdminEventHandler handler, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)
-
-
Method Detail
-
reset
public void reset(java.io.OutputStream os, ISVNAdminEventHandler handler, boolean exclude, boolean renumberRevisions, boolean dropEmptyRevisions, boolean preserveRevisionProperties, java.util.Collection prefixes, boolean skipMissingMergeSources)
-
closeNode
public void closeNode() throws SVNException- Specified by:
closeNodein interfaceISVNLoadHandler- Throws:
SVNException
-
closeRevision
public void closeRevision() throws SVNException- Specified by:
closeRevisionin interfaceISVNLoadHandler- Throws:
SVNException
-
openNode
public void openNode(java.util.Map headers) throws SVNException- Specified by:
openNodein interfaceISVNLoadHandler- Throws:
SVNException
-
openRevision
public void openRevision(java.util.Map headers) throws SVNException- Specified by:
openRevisionin interfaceISVNLoadHandler- Throws:
SVNException
-
parseTextBlock
public void parseTextBlock(java.io.InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException- Specified by:
parseTextBlockin interfaceISVNLoadHandler- Throws:
SVNException
-
parseUUID
public void parseUUID(java.lang.String uuid) throws SVNException- Specified by:
parseUUIDin interfaceISVNLoadHandler- Throws:
SVNException
-
removeNodeProperties
public void removeNodeProperties() throws SVNException- Specified by:
removeNodePropertiesin interfaceISVNLoadHandler- Throws:
SVNException
-
setFullText
public void setFullText() throws SVNException- Specified by:
setFullTextin interfaceISVNLoadHandler- Throws:
SVNException
-
setRevisionProperty
public void setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException- Specified by:
setRevisionPropertyin interfaceISVNLoadHandler- Throws:
SVNException
-
setNodeProperty
public void setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException- Specified by:
setNodePropertyin interfaceISVNLoadHandler- Throws:
SVNException
-
deleteNodeProperty
public void deleteNodeProperty(java.lang.String propertyName) throws SVNException- Specified by:
deleteNodePropertyin interfaceISVNLoadHandler- Throws:
SVNException
-
applyTextDelta
public void applyTextDelta() throws SVNException- Specified by:
applyTextDeltain interfaceISVNLoadHandler- Throws:
SVNException
-
getDroppedRevisionsCount
public long getDroppedRevisionsCount()
-
getRenumberHistory
public java.util.Map getRenumberHistory()
-
getDroppedNodes
public java.util.Map getDroppedNodes()
-
-