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 ISVNConnectorFactoryISVNConnectorFactory. DEFAULTprivate static ISVNConnectorFactorySVNRepositoryFactoryImpl. ourConnectorFactoryMethods in org.tmatesoft.svn.core.internal.io.svn that return ISVNConnectorFactory Modifier and Type Method Description (package private) static ISVNConnectorFactorySVNRepositoryFactoryImpl. getConnectorFactory()Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNConnectorFactory Modifier and Type Method Description static voidSVNRepositoryFactoryImpl. 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 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 ISVNConnectorFactory Constructor Description SVNClientImpl(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)
-