Uses of Class
org.tigris.subversion.javahl.SVNClient
-
Packages that use SVNClient 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 SVNClient in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl declared as SVNClient Modifier and Type Field Description private SVNClient
SVNClientSynchronized. worker
the wrapped object, which does all the workConstructors in org.tigris.subversion.javahl with parameters of type SVNClient Constructor Description 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 SVNClient Modifier and Type Method Description 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)
Constructors in org.tmatesoft.svn.core.javahl with parameters of type SVNClient Constructor Description SVNClientImpl(SVNClient owner)
SVNClientImpl(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)
-