Uses of Interface
org.tigris.subversion.javahl.SVNClientInterface
-
Packages that use SVNClientInterface 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. -
-
Uses of SVNClientInterface in org.tigris.subversion.javahl
Classes in org.tigris.subversion.javahl that implement SVNClientInterface Modifier and Type Class Description class
SVNClient
class
SVNClientSynchronized
This class provides a threadsafe wrapped for SVNClientFields in org.tigris.subversion.javahl declared as SVNClientInterface Modifier and Type Field Description private SVNClientInterface
PropertyData. client
reference to the creating SVNClient object to change or delete this propertyConstructors in org.tigris.subversion.javahl with parameters of type SVNClientInterface Constructor 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 -
Uses of SVNClientInterface in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement SVNClientInterface Modifier and Type Class Description class
SVNClientImpl
Fields in org.tmatesoft.svn.core.javahl declared as SVNClientInterface Modifier and Type Field Description private SVNClientInterface
SVNClientImpl. myOwner
-