Uses of Interface
org.apache.subversion.javahl.callback.StatusCallback
-
Packages that use StatusCallback Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of StatusCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type StatusCallback Modifier and Type Method Description void
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 StatusCallback Modifier and Type Method Description private 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)
-