Uses of Class
org.tmatesoft.svn.core.wc.SVNClientManager
Packages that use SVNClientManager
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
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
Fields in org.tmatesoft.svn.cli declared as SVNClientManagerModifier and TypeFieldDescriptionprivate SVNClientManager
AbstractSVNCommandEnvironment.myClientManager
Methods in org.tmatesoft.svn.cli that return SVNClientManagerModifier and TypeMethodDescriptionAbstractSVNCommandEnvironment.createClientManager()
AbstractSVNCommandEnvironment.getClientManager()
-
Uses of SVNClientManager in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as SVNClientManagerMethods in org.tmatesoft.svn.core.javahl that return SVNClientManager -
Uses of SVNClientManager in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNClientManagerModifier and TypeMethodDescriptionstatic SVNClientManager
SVNClientManager.newInstance()
Creates a new instance of this class using defaultISVNOptions
andISVNAuthenticationManager
drivers.static SVNClientManager
SVNClientManager.newInstance
(DefaultSVNOptions options, String userName, 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)