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
     
    private java.util.Map
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CopyCommitPathHandler(java.util.Map pathInfos, boolean isMove)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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