Uses of Interface
org.tmatesoft.svn.core.internal.io.svn.ISVNConnectorFactory
Packages that use ISVNConnectorFactory
Package
Description
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 ISVNConnectorFactoryModifier and TypeFieldDescriptionstatic final ISVNConnectorFactory
ISVNConnectorFactory.DEFAULT
private static ISVNConnectorFactory
SVNRepositoryFactoryImpl.ourConnectorFactory
Methods in org.tmatesoft.svn.core.internal.io.svn that return ISVNConnectorFactoryModifier and TypeMethodDescription(package private) static ISVNConnectorFactory
SVNRepositoryFactoryImpl.getConnectorFactory()
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNConnectorFactoryModifier and TypeMethodDescriptionstatic 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 ISVNConnectorFactoryModifier and TypeMethodDescriptionstatic 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 ISVNConnectorFactoryModifierConstructorDescriptionprotected
SVNClientImpl
(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)