Uses of Interface
org.apache.subversion.javahl.callback.BlameCallback
-
Packages that use BlameCallback Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of BlameCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type BlameCallback Modifier and Type Method Description void
ISVNClient. blame(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback callback)
Retrieve the content together with the author, the revision and the date of the last change of each linevoid
SVNClient. blame(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback callback)
-
Uses of BlameCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type BlameCallback Modifier and Type Method Description void
SVNClientImpl. blame(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback callback)
-