Uses of Interface
org.tigris.subversion.javahl.BlameCallback3
-
Packages that use BlameCallback3 Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl 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 BlameCallback3 Modifier and Type Method Description void
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 BlameCallback3 Modifier and Type Method Description void
SVNClientImpl. blame(java.lang.String path, Revision pegRevision, Revision revisionStart, Revision revisionEnd, boolean ignoreMimeType, boolean includeMergedRevisions, BlameCallback3 callback)
-