| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.svn | |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static ISVNConnectorFactory |
ISVNConnectorFactory.DEFAULT |
private static ISVNConnectorFactory |
SVNRepositoryFactoryImpl.ourConnectorFactory |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ISVNConnectorFactory |
SVNRepositoryFactoryImpl.getConnectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SVNRepositoryFactoryImpl.setup(ISVNConnectorFactory connectorFactory) |
| Modifier and Type | Method and Description |
|---|---|
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory) |
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory,
boolean trackClient) |
| Constructor and Description |
|---|
SVNClientImpl(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory) |