public interface BlameCallback
| Modifier and Type | Method and Description |
|---|---|
void |
singleLine(java.util.Date changed,
long revision,
java.lang.String author,
java.lang.String line)
the method will be called for every line in a file.
|
void singleLine(java.util.Date changed,
long revision,
java.lang.String author,
java.lang.String line)
changed - the date of the last change.revision - the revision of the last change.author - the author of the last change.line - the line in the file