Uses of Class
org.tigris.subversion.javahl.Status
-
Packages that use Status 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 Status in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return Status Modifier and Type Method Description static Status
JavaHLObjectFactory. createStatus(java.lang.String path, SVNStatus status)
Status
SVNClient. singleStatus(java.lang.String path, boolean onServer)
Status
SVNClientInterface. singleStatus(java.lang.String path, boolean onServer)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status
SVNClientSynchronized. singleStatus(java.lang.String path, boolean onServer)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClient. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll)
Status[]
SVNClient. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
Status[]
SVNClient. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
Status[]
SVNClientInterface. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientInterface. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientInterface. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientSynchronized. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientSynchronized. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Status[]
SVNClientSynchronized. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
Deprecated.Use#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.Methods in org.tigris.subversion.javahl with parameters of type Status Modifier and Type Method Description void
StatusCallback. doStatus(Status status)
the method will be called for each status item -
Uses of Status in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return Status Modifier and Type Method Description Status
SVNClientImpl. singleStatus(java.lang.String path, boolean onServer)
Status[]
SVNClientImpl. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll)
Status[]
SVNClientImpl. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
Status[]
SVNClientImpl. status(java.lang.String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
-