Uses of Interface
org.tigris.subversion.javahl.InfoCallback
-
Packages that use InfoCallback 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 InfoCallback in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type InfoCallback Modifier and Type Method Description void
SVNClient. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback)
void
SVNClientInterface. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback)
Retrieve information about repository or working copy items.void
SVNClientSynchronized. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback)
-
Uses of InfoCallback in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type InfoCallback Modifier and Type Method Description void
SVNClientImpl. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback)
-