Uses of Interface
org.tigris.subversion.javahl.StatusCallback
Packages that use StatusCallback
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 StatusCallback in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type StatusCallbackModifier and TypeMethodDescriptionvoid
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 StatusCallbackModifier and TypeMethodDescriptionvoid
SVNClientImpl.status
(java.lang.String path, int depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.lang.String[] changelists, StatusCallback callback)