Uses of Class
org.tmatesoft.svn.core.wc.SVNStatusClient
-
Packages that use SVNStatusClient Package Description 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.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of SVNStatusClient in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNStatusClient Modifier and Type Method Description protected SVNStatusClient
SVNClientImpl. getSVNStatusClient()
-
Uses of SVNStatusClient in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNStatusClient Modifier and Type Method Description SVNStatusClient
SVNClientManager. getStatusClient()
Returns an instance of theSVNStatusClient
class.
-