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 TypeMethodDescriptionvoidISVNClient.status(String path, Depth depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, Collection<String> changelists, StatusCallback callback) List a directory or file of the working copy.voidSVNClient.status(String path, Depth depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, Collection<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) voidSVNClientImpl.status(String path, Depth depth, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals, Collection<String> changelists, StatusCallback callback)