Uses of Class
org.tmatesoft.svn.core.javahl.SVNClientImpl
-
Packages that use SVNClientImpl 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 SVNClientImpl in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNClientImpl Modifier and Type Method Description static void
JavaHLObjectFactory. throwException(SVNException e, SVNClientImpl svnClient)
-
Uses of SVNClientImpl in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNClientImpl Modifier and Type Method Description static 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 SVNClientImpl Modifier and Type Method Description static void
SVNClientImplTracker. registerClient(SVNClientImpl client)
-