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 String
private Map
private FSRoot
private LinkedList
private SVNDeltaCombiner
private SVNDeltaGenerator
private long
private FSFS
private FSRoot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addSubdirectory
(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, String srcPath, String path) boolean
handleCommitPath
(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:
handleCommitPath
in interfaceISVNCommitPathHandler
- Throws:
SVNException
-
addSubdirectory
private void addSubdirectory(FSRoot srcRoot, FSRoot tgtRoot, ISVNEditor editor, String srcPath, String path) throws SVNException - Throws:
SVNException
-