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 class
SVNAbstractTunnelConnector
class
SVNPlainConnector
class
SVNSSHConnector
class
SVNTunnelConnector
Fields in org.tmatesoft.svn.core.internal.io.svn declared as ISVNConnector Modifier and Type Field Description private ISVNConnector
SVNConnection. myConnector
Methods in org.tmatesoft.svn.core.internal.io.svn that return ISVNConnector Modifier and Type Method Description ISVNConnector
ISVNConnectorFactory. createConnector(SVNRepository repository)
(package private) ISVNConnector
SVNConnection. 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 ISVNConnector
DefaultSVNOptions. 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 ISVNConnector
ISVNTunnelProvider. createTunnelConnector(SVNURL location)
Returns a tunnel comand line matching the given subprotocol name.
-