Uses of Class
org.tmatesoft.svn.core.wc.SVNChangelistClient
-
Packages that use SVNChangelistClient 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 SVNChangelistClient in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNChangelistClient Modifier and Type Method Description protected SVNChangelistClient
SVNClientImpl. getChangelistClient()
-
Uses of SVNChangelistClient in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNChangelistClient Modifier and Type Field Description private SVNChangelistClient
SVNClientManager. myChangelistClient
Methods in org.tmatesoft.svn.core.wc that return SVNChangelistClient Modifier and Type Method Description SVNChangelistClient
SVNClientManager. getChangelistClient()
Returns an instance of theSVNChangelistClient
class.
-