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 SVNClient -
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
-