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 voidSVNClient. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback)voidSVNClientInterface. 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.voidSVNClientSynchronized. 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 voidSVNClientImpl. info2(java.lang.String pathOrUrl, Revision revision, Revision pegRevision, int depth, java.lang.String[] changelists, InfoCallback callback)
-