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 SVNClientImplJavaHLPropertyData.myClientImplprivate SVNClientImplSVNAdmin.myDelegateprivate SVNClientImplSVNClient.myDelegateMethods in org.tigris.subversion.javahl with parameters of type SVNClientImplModifier and TypeMethodDescriptionstatic voidJavaHLObjectFactory.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 SVNClientImplSVNClientImpl.newInstance()static SVNClientImplSVNClientImpl.newInstance(SVNClient owner) static SVNClientImplSVNClientImpl.newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory) static SVNClientImplSVNClientImpl.newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory, boolean trackClient) Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNClientImplModifier and TypeMethodDescriptionstatic voidSVNClientImplTracker.registerClient(SVNClientImpl client)