Uses of Class
org.tmatesoft.svn.core.wc.SVNClientManager
-
Packages that use SVNClientManager Package Description org.tmatesoft.svn.cli 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 SVNClientManager in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return SVNClientManager Modifier and Type Method Description SVNClientManager
AbstractSVNCommandEnvironment. createClientManager()
SVNClientManager
AbstractSVNCommandEnvironment. getClientManager()
-
Uses of SVNClientManager in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNClientManager Modifier and Type Method Description protected SVNClientManager
SVNClientImpl. getClientManager()
-
Uses of SVNClientManager in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNClientManager Modifier and Type Method Description static SVNClientManager
SVNClientManager. newInstance()
Creates a new instance of this class using defaultISVNOptions
andISVNAuthenticationManager
drivers.static SVNClientManager
SVNClientManager. newInstance(DefaultSVNOptions options, java.lang.String userName, java.lang.String password)
Creates a new instance of this class using the providedISVNOptions
driver and user's credentials to make a default implementation ofISVNAuthenticationManager
use them.static SVNClientManager
SVNClientManager. newInstance(ISVNOptions options)
Creates a new instance of this class using the providedISVNOptions
and defaultISVNAuthenticationManager
drivers.static SVNClientManager
SVNClientManager. newInstance(ISVNOptions options, ISVNAuthenticationManager authManager)
Creates a new instance of this class using the providedISVNOptions
andISVNAuthenticationManager
drivers.static SVNClientManager
SVNClientManager. newInstance(ISVNOptions options, ISVNRepositoryPool repositoryPool)
Creates a new instance of this class using the provided config driver and creator of of SVNRepository objects.static SVNClientManager
SVNClientManager. newInstance(SvnOperationFactory operationFactory)
-