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
Fields in org.tmatesoft.svn.cli declared as SVNClientManager Modifier and Type Field Description private SVNClientManagerAbstractSVNCommandEnvironment. myClientManagerMethods in org.tmatesoft.svn.cli that return SVNClientManager Modifier and Type Method Description SVNClientManagerAbstractSVNCommandEnvironment. createClientManager()SVNClientManagerAbstractSVNCommandEnvironment. getClientManager() -
Uses of SVNClientManager in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as SVNClientManager Modifier and Type Field Description private SVNClientManagerSVNClientImpl. myClientManagerMethods in org.tmatesoft.svn.core.javahl that return SVNClientManager Modifier and Type Method Description protected SVNClientManagerSVNClientImpl. 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 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)
-