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 SVNClientManagerAbstractSVNCommandEnvironment.myClientManagerMethods 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 SVNClientManagerSVNClientManager.newInstance()Creates a new instance of this class using defaultISVNOptionsandISVNAuthenticationManagerdrivers.static SVNClientManagerSVNClientManager.newInstance(DefaultSVNOptions options, java.lang.String userName, java.lang.String password) Creates a new instance of this class using the providedISVNOptionsdriver and user's credentials to make a default implementation ofISVNAuthenticationManageruse them.static SVNClientManagerSVNClientManager.newInstance(ISVNOptions options) Creates a new instance of this class using the providedISVNOptionsand defaultISVNAuthenticationManagerdrivers.static SVNClientManagerSVNClientManager.newInstance(ISVNOptions options, ISVNAuthenticationManager authManager) Creates a new instance of this class using the providedISVNOptionsandISVNAuthenticationManagerdrivers.static SVNClientManagerSVNClientManager.newInstance(ISVNOptions options, ISVNRepositoryPool repositoryPool) Creates a new instance of this class using the provided config driver and creator of of SVNRepository objects.static SVNClientManagerSVNClientManager.newInstance(SvnOperationFactory operationFactory)