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 |
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) |
Copyright © 2023. All rights reserved.