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 Stringprivate Mapprivate FSRootprivate LinkedListprivate SVNDeltaCombinerprivate SVNDeltaGeneratorprivate longprivate FSFSprivate FSRoot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddSubdirectory(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, String srcPath, String path) booleanhandleCommitPath(String path, ISVNEditor editor)
-
Field Details
-
myRoot
-
myCompareRoot
-
myChangedPaths
-
myBasePath
-
myLowRevision
private long myLowRevision -
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, String srcPath, String path) throws SVNException - Throws:
SVNException
-