Uses of Class
org.tigris.subversion.javahl.SVNClient
Packages that use SVNClient
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 SVNClient in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl declared as SVNClientModifier and TypeFieldDescriptionprivate SVNClient
SVNClientSynchronized.worker
the wrapped object, which does all the workConstructors in org.tigris.subversion.javahl with parameters of type SVNClientModifierConstructorDescription(package private)
JavaHLPropertyData
(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d) -
Uses of SVNClient in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNClientModifier and TypeMethodDescriptionstatic 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) Constructors in org.tmatesoft.svn.core.javahl with parameters of type SVNClientModifierConstructorDescriptionprotected
SVNClientImpl
(SVNClient owner) protected
SVNClientImpl
(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)