Uses of Class
org.tigris.subversion.javahl.SVNClient
-
Packages that use SVNClient Package Description 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.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)
-