Uses of Interface
org.tigris.subversion.javahl.SVNClientInterface
Packages that use SVNClientInterface
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of SVNClientInterface in org.tigris.subversion.javahl
Classes in org.tigris.subversion.javahl that implement SVNClientInterfaceModifier and TypeClassDescriptionclass
class
This class provides a threadsafe wrapped for SVNClientFields in org.tigris.subversion.javahl declared as SVNClientInterfaceModifier and TypeFieldDescriptionprivate SVNClientInterface
PropertyData.client
reference to the creating SVNClient object to change or delete this propertyConstructors in org.tigris.subversion.javahl with parameters of type SVNClientInterfaceModifierConstructorDescription(package private)
PropertyData
(SVNClientInterface cl, String p, String n, String v, byte[] d) this constructor is only used by the JNI code -
Uses of SVNClientInterface in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement SVNClientInterfaceFields in org.tmatesoft.svn.core.javahl declared as SVNClientInterface