Uses of Class
org.tigris.subversion.javahl.Status
Packages that use Status
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 Status in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return StatusModifier and TypeMethodDescriptionstatic Status
JavaHLObjectFactory.createStatus
(java.lang.String path, SVNStatus status) SVNClient.singleStatus
(java.lang.String path, boolean onServer) SVNClientInterface.singleStatus
(java.lang.String path, boolean onServer) Deprecated.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 -
Uses of Status in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return StatusModifier and TypeMethodDescriptionSVNClientImpl.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)
#status(String, int, boolean, boolean, boolean, boolean, StatusCallback)
instead.