Uses of Class
org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
Packages that use BlameCallbackImpl.BlameLine
Package
Description
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.BlameLineModifier and TypeFieldDescriptionprivate java.util.List<BlameCallbackImpl.BlameLine>
BlameCallbackImpl.lines
list of blame records (lines)Methods in org.tigris.subversion.javahl that return BlameCallbackImpl.BlameLineModifier and TypeMethodDescriptionBlameCallbackImpl.getBlameLine
(int i) Retrieve blame information for specified line numberMethods in org.tigris.subversion.javahl with parameters of type BlameCallbackImpl.BlameLineModifier and TypeMethodDescriptionprotected void
BlameCallbackImpl.addBlameLine
(BlameCallbackImpl.BlameLine blameLine) Append the given blame info to the list