Package org.eclipse.jgit.revwalk
Class RenameCallback
java.lang.Object
org.eclipse.jgit.revwalk.RenameCallback
An instance of this class can be used in conjunction with a
FollowFilter
. Whenever a rename has been
detected during a revision walk, it will be reported here.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RenameCallback
public RenameCallback()
-
-
Method Details
-
renamed
Called whenever a diff was found that is actually a rename or copy of a file.- Parameters:
entry
- the entry representing the rename/copy
-