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.Stringprivate java.util.Mapprivate FSRootprivate java.util.LinkedListprivate SVNDeltaCombinerprivate SVNDeltaGeneratorprivate longprivate FSFSprivate 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 voidaddSubdirectory(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, java.lang.String srcPath, java.lang.String path) booleanhandleCommitPath(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:
handleCommitPathin 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
-