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 Modifier and Type Field Description private boolean
myIsMove
private java.util.Map
myPathInfos
-
Constructor Summary
Constructors Constructor Description CopyCommitPathHandler(java.util.Map pathInfos, boolean isMove)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)
-
-
-
Method Detail
-
handleCommitPath
public boolean handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) throws SVNException
- Specified by:
handleCommitPath
in interfaceISVNCommitPathHandler
- Throws:
SVNException
-
-