Class SVNCopyDriver.CopyCommitPathHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.CopyCommitPathHandler
- All Implemented Interfaces:
ISVNCommitPathHandler
- Enclosing class:
- SVNCopyDriver
private static class SVNCopyDriver.CopyCommitPathHandler
extends java.lang.Object
implements ISVNCommitPathHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleCommitPath
(java.lang.String commitPath, ISVNEditor commitEditor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myPathInfos
private java.util.Map myPathInfos -
myIsMove
private boolean myIsMove
-
-
Constructor Details
-
CopyCommitPathHandler
public CopyCommitPathHandler(java.util.Map pathInfos, boolean isMove)
-
-
Method Details
-
handleCommitPath
public boolean handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) throws SVNException - Specified by:
handleCommitPath
in interfaceISVNCommitPathHandler
- Throws:
SVNException
-