| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private SVNClientManager |
AbstractSVNCommandEnvironment.myClientManager |
| Modifier and Type | Method and Description |
|---|---|
SVNClientManager |
AbstractSVNCommandEnvironment.createClientManager() |
SVNClientManager |
AbstractSVNCommandEnvironment.getClientManager() |
| Modifier and Type | Field and Description |
|---|---|
private SVNClientManager |
SVNClientImpl.myClientManager |
| Modifier and Type | Method and Description |
|---|---|
protected SVNClientManager |
SVNClientImpl.getClientManager() |
| Modifier and Type | Method and Description |
|---|---|
static SVNClientManager |
SVNClientManager.newInstance()
Creates a new instance of this class using default
ISVNOptions
and ISVNAuthenticationManager drivers. |
static SVNClientManager |
SVNClientManager.newInstance(DefaultSVNOptions options,
java.lang.String userName,
java.lang.String password)
Creates a new instance of this class using the provided
ISVNOptions
driver and user's credentials to make a default implementation of
ISVNAuthenticationManager use them. |
static SVNClientManager |
SVNClientManager.newInstance(ISVNOptions options)
Creates a new instance of this class using the provided
ISVNOptions
and default ISVNAuthenticationManager drivers. |
static SVNClientManager |
SVNClientManager.newInstance(ISVNOptions options,
ISVNAuthenticationManager authManager)
Creates a new instance of this class using the provided
ISVNOptions
and ISVNAuthenticationManager 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) |