Uses of Interface
org.tmatesoft.svn.core.internal.io.svn.ISVNConnectorFactory
-
Packages that use ISVNConnectorFactory Package Description org.tmatesoft.svn.core.internal.io.svn 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 ISVNConnectorFactory in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as ISVNConnectorFactory Modifier and Type Field Description static ISVNConnectorFactory
ISVNConnectorFactory. DEFAULT
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNConnectorFactory Modifier and Type Method Description static void
SVNRepositoryFactoryImpl. setup(ISVNConnectorFactory connectorFactory)
-
Uses of ISVNConnectorFactory in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNConnectorFactory Modifier and Type Method Description 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 ISVNConnectorFactory Constructor Description SVNClientImpl(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)
-