Class RenameCallback

    • Constructor Summary

      Constructors 
      Constructor Description
      RenameCallback()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void renamed​(DiffEntry entry)
      Called whenever a diff was found that is actually a rename or copy of a file.
      • Methods inherited from class java.lang.Object

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

      • RenameCallback

        public RenameCallback()
    • Method Detail

      • renamed

        public abstract void renamed​(DiffEntry entry)
        Called whenever a diff was found that is actually a rename or copy of a file.
        Parameters:
        entry - the entry representing the rename/copy