Uses of Interface
org.tmatesoft.svn.core.internal.io.svn.ISVNConnector
-
Packages that use ISVNConnector Package Description org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of ISVNConnector in org.tmatesoft.svn.core.internal.io.svn
Classes in org.tmatesoft.svn.core.internal.io.svn that implement ISVNConnector Modifier and Type Class Description classSVNAbstractTunnelConnectorclassSVNPlainConnectorclassSVNSSHConnectorclassSVNTunnelConnectorFields in org.tmatesoft.svn.core.internal.io.svn declared as ISVNConnector Modifier and Type Field Description private ISVNConnectorSVNConnection. myConnectorMethods in org.tmatesoft.svn.core.internal.io.svn that return ISVNConnector Modifier and Type Method Description ISVNConnectorISVNConnectorFactory. createConnector(SVNRepository repository)(package private) ISVNConnectorSVNConnection. getConnector()Constructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNConnector Constructor Description SVNConnection(ISVNConnector connector, SVNRepositoryImpl repository) -
Uses of ISVNConnector in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNConnector Modifier and Type Method Description ISVNConnectorDefaultSVNOptions. createTunnelConnector(SVNURL url) -
Uses of ISVNConnector in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return ISVNConnector Modifier and Type Method Description ISVNConnectorISVNTunnelProvider. createTunnelConnector(SVNURL location)Returns a tunnel comand line matching the given subprotocol name.
-