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
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
-