|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tigris.subversion.javahl.BlameCallbackImpl
public class BlameCallbackImpl
Implementation of BlameCallback
interface.
Nested Class Summary | |
---|---|
static class |
BlameCallbackImpl.BlameLine
Class represeting one line of the lines, i.e. |
Constructor Summary | |
---|---|
BlameCallbackImpl()
|
Method Summary | |
---|---|
protected void |
addBlameLine(BlameCallbackImpl.BlameLine blameLine)
Append the given blame info to the list |
BlameCallbackImpl.BlameLine |
getBlameLine(int i)
Retrieve blame information for specified line number |
int |
numberOfLines()
Retrieve the number of line of blame information |
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 changed,
long revision,
String author,
String line)
the method will be called for every line in a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlameCallbackImpl()
Method Detail |
---|
public void singleLine(Date changed, long revision, String author, String line)
BlameCallback
singleLine
in interface BlameCallback
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 filepublic void singleLine(Date date, long revision, String author, Date merged_date, long merged_revision, String merged_author, String merged_path, String line)
BlameCallback2
singleLine
in interface BlameCallback2
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 filepublic int numberOfLines()
public BlameCallbackImpl.BlameLine getBlameLine(int i)
i
- the line number to retrieve blame information about
protected void addBlameLine(BlameCallbackImpl.BlameLine blameLine)
blameLine
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |