public abstract class RenameCallback extends Object
FollowFilter
. Whenever a rename has been detected during a revision
walk, it will be reported here.Constructor | Description |
---|---|
RenameCallback() |
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.
|
public abstract void renamed(DiffEntry entry)
entry
- the entry representing the rename/copyCopyright © 2018. All rights reserved.