Class FSReplayPathHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSReplayPathHandler
-
- All Implemented Interfaces:
ISVNCommitPathHandler
public class FSReplayPathHandler extends java.lang.Object implements ISVNCommitPathHandler
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description FSReplayPathHandler(FSFS owner, FSRoot root, FSRoot compareRoot, java.util.Map changedPaths, java.lang.String basePath, long lowRevision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handleCommitPath(java.lang.String path, ISVNEditor editor)
-
-
-
Method Detail
-
handleCommitPath
public boolean handleCommitPath(java.lang.String path, ISVNEditor editor) throws SVNException
- Specified by:
handleCommitPath
in interfaceISVNCommitPathHandler
- Throws:
SVNException
-
-