Class SVNCopyDriver.CopyCommitPathHandler

    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • myPathInfos

        private java.util.Map myPathInfos
      • myIsMove

        private boolean myIsMove
    • Constructor Detail

      • CopyCommitPathHandler

        public CopyCommitPathHandler​(java.util.Map pathInfos,
                                     boolean isMove)