Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
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 | Method and Description |
---|---|
static void |
JavaHLObjectFactory.throwException(SVNException e,
SVNClientImpl svnClient) |
Modifier and Type | Method and Description |
---|---|
static SVNClientImpl |
SVNClientImpl.newInstance() |
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner) |
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory) |
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory,
boolean trackClient) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNClientImplTracker.registerClient(SVNClientImpl client) |
Copyright © 2020. All rights reserved.