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 | Class and Description |
---|---|
class |
SVNClient |
class |
SVNClientSynchronized
This class provides a threadsafe wrapped for SVNClient
|
Modifier and Type | Field and Description |
---|---|
private SVNClientInterface |
PropertyData.client
reference to the creating SVNClient object to change or delete this
property
|
Constructor and Description |
---|
PropertyData(SVNClientInterface cl,
java.lang.String p,
java.lang.String n,
java.lang.String v,
byte[] d)
this constructor is only used by the JNI code
|
Modifier and Type | Class and Description |
---|---|
class |
SVNClientImpl |
Modifier and Type | Field and Description |
---|---|
private SVNClientInterface |
SVNClientImpl.myOwner |