public interface BlameCallback2
Modifier and Type | Method and Description |
---|---|
void |
singleLine(Date date,
long revision,
String author,
Date merged_date,
long merged_revision,
String merged_author,
String merged_path,
String line)
the method will be called for every line in a file.
|
void singleLine(Date date, long revision, String author, Date merged_date, long merged_revision, String merged_author, String merged_path, String line)
date
- the date of the last change.revision
- the revision of the last change.author
- the author of the last change.merged_date
- the date of the last merged change.merged_revision
- the revision of the last merged change.merged_author
- the author of the last merged change.merged_path
- the path of the last merged change.line
- the line in the fileCopyright © 2023. All rights reserved.