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 ISVNConnectorFactoryISVNConnectorFactory.DEFAULTprivate static ISVNConnectorFactorySVNRepositoryFactoryImpl.ourConnectorFactoryMethods in org.tmatesoft.svn.core.internal.io.svn that return ISVNConnectorFactoryModifier and TypeMethodDescription(package private) static ISVNConnectorFactorySVNRepositoryFactoryImpl.getConnectorFactory()Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNConnectorFactoryModifier and TypeMethodDescriptionstatic voidSVNRepositoryFactoryImpl.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 SVNClientImplSVNClientImpl.newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory) static SVNClientImplSVNClientImpl.newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory, boolean trackClient) Constructors in org.tmatesoft.svn.core.javahl with parameters of type ISVNConnectorFactoryModifierConstructorDescriptionprotectedSVNClientImpl(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)