Uses of Interface
org.apache.subversion.javahl.callback.StatusCallback
Packages that use StatusCallback
-
Uses of StatusCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type StatusCallbackModifier and TypeMethodDescriptionvoid
ISVNClient.status
(java.lang.String path, Depth depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.util.Collection<java.lang.String> changelists, StatusCallback callback) List a directory or file of the working copy.void
SVNClient.status
(java.lang.String path, Depth depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.util.Collection<java.lang.String> changelists, StatusCallback callback) -
Uses of StatusCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type StatusCallbackModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SvnStatus>
SVNClientImpl.getStatusReceiver
(StatusCallback callback) void
SVNClientImpl.status
(java.lang.String path, Depth depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, java.util.Collection<java.lang.String> changelists, StatusCallback callback)