Uses of Class
org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
-
Packages that use BlameCallbackImpl.BlameLine Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion. -
-
Uses of BlameCallbackImpl.BlameLine in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl with type parameters of type BlameCallbackImpl.BlameLine Modifier and Type Field Description private java.util.List<BlameCallbackImpl.BlameLine>
BlameCallbackImpl. lines
list of blame records (lines)Methods in org.tigris.subversion.javahl that return BlameCallbackImpl.BlameLine Modifier and Type Method Description BlameCallbackImpl.BlameLine
BlameCallbackImpl. getBlameLine(int i)
Retrieve blame information for specified line numberMethods in org.tigris.subversion.javahl with parameters of type BlameCallbackImpl.BlameLine Modifier and Type Method Description protected void
BlameCallbackImpl. addBlameLine(BlameCallbackImpl.BlameLine blameLine)
Append the given blame info to the list
-