Class FSReplayPathHandler
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSReplayPathHandler
- All Implemented Interfaces:
ISVNCommitPathHandler
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.lang.String
private java.util.Map
private FSRoot
private java.util.LinkedList
private SVNDeltaCombiner
private SVNDeltaGenerator
private long
private FSFS
private FSRoot
-
Constructor Summary
ConstructorsConstructorDescriptionFSReplayPathHandler
(FSFS owner, FSRoot root, FSRoot compareRoot, java.util.Map changedPaths, java.lang.String basePath, long lowRevision) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addSubdirectory
(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, java.lang.String srcPath, java.lang.String path) boolean
handleCommitPath
(java.lang.String path, ISVNEditor editor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myRoot
-
myCompareRoot
-
myChangedPaths
private java.util.Map myChangedPaths -
myBasePath
private java.lang.String myBasePath -
myLowRevision
private long myLowRevision -
myCopies
private java.util.LinkedList myCopies -
myOwner
-
myDeltaGenerator
-
myDeltaCombiner
-
-
Constructor Details
-
FSReplayPathHandler
-
-
Method Details
-
handleCommitPath
- Specified by:
handleCommitPath
in interfaceISVNCommitPathHandler
- Throws:
SVNException
-
addSubdirectory
private void addSubdirectory(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, java.lang.String srcPath, java.lang.String path) throws SVNException - Throws:
SVNException
-