Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<BlameCallbackImpl.BlameLine> |
BlameCallbackImpl.lines
list of blame records (lines)
|
Modifier and Type | Method and Description |
---|---|
BlameCallbackImpl.BlameLine |
BlameCallbackImpl.getBlameLine(int i)
Retrieve blame information for specified line number
|
Modifier and Type | Method and Description |
---|---|
protected void |
BlameCallbackImpl.addBlameLine(BlameCallbackImpl.BlameLine blameLine)
Append the given blame info to the list
|