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 | Field and Description |
---|---|
private SVNClientImpl |
JavaHLPropertyData.myClientImpl |
private SVNClientImpl |
SVNAdmin.myDelegate |
private SVNClientImpl |
SVNClient.myDelegate |
Modifier and Type | Method and Description |
---|---|
static void |
JavaHLObjectFactory.throwException(SVNException e,
SVNClientImpl svnClient) |
Constructor and Description |
---|
JavaHLPropertyData(SVNClientImpl clientImpl,
SVNClient cl,
java.lang.String p,
java.lang.String n,
java.lang.String v,
byte[] d) |
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) |