Uses of Interface
org.tigris.subversion.javahl.StatusCallback
-
Packages that use StatusCallback 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 StatusCallback in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type StatusCallback Modifier and Type Method Description void
SVNClient. status(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback)
void
SVNClientInterface. status(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback)
List a directory or file of the working copy.void
SVNClientSynchronized. status(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback)
-
Uses of StatusCallback in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type StatusCallback Modifier and Type Method Description void
SVNClientImpl. status(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback)
-