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 booleanmyIsMoveprivate java.util.MapmyPathInfos
-
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 booleanhandleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)
-
-
-
Method Detail
-
handleCommitPath
public boolean handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor) throws SVNException- Specified by:
handleCommitPathin interfaceISVNCommitPathHandler- Throws:
SVNException
-
-