Uses of Interface
org.tigris.subversion.javahl.BlameCallback3
Packages that use BlameCallback3
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of BlameCallback3 in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type BlameCallback3Modifier and TypeMethodDescriptionvoid
SVNClient.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) void
SVNClientInterface.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) Retrieve the content together with the author, the revision and the date of the last change of each linevoid
SVNClientSynchronized.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback) -
Uses of BlameCallback3 in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type BlameCallback3Modifier and TypeMethodDescriptionvoid
SVNClientImpl.blame
(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback)