public abstract class RenameCallback extends Object
FollowFilter
. Whenever a rename has been
detected during a revision walk, it will be reported here.Constructor and Description |
---|
RenameCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
renamed(DiffEntry entry)
Called whenever a diff was found that is actually a rename or copy of a
file.
|
public abstract void renamed(DiffEntry entry)
entry
- the entry representing the rename/copyCopyright © 2018 Eclipse JGit Project. All rights reserved.