Uses of Class
org.tmatesoft.svn.core.javahl.SVNClientImpl
Packages that use SVNClientImpl
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 SVNClientImpl in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl declared as SVNClientImplModifier and TypeFieldDescriptionprivate SVNClientImpl
JavaHLPropertyData.myClientImpl
private SVNClientImpl
SVNAdmin.myDelegate
private SVNClientImpl
SVNClient.myDelegate
Methods in org.tigris.subversion.javahl with parameters of type SVNClientImplModifier and TypeMethodDescriptionstatic void
JavaHLObjectFactory.throwException
(SVNException e, SVNClientImpl svnClient) Constructors in org.tigris.subversion.javahl with parameters of type SVNClientImplModifierConstructorDescription(package private)
JavaHLPropertyData
(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d) -
Uses of SVNClientImpl in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNClientImplModifier and TypeMethodDescriptionstatic SVNClientImpl
SVNClientImpl.newInstance()
static 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) Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNClientImplModifier and TypeMethodDescriptionstatic void
SVNClientImplTracker.registerClient
(SVNClientImpl client)