| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SVNAbstractTunnelConnector |
class |
SVNPlainConnector |
class |
SVNSSHConnector |
class |
SVNTunnelConnector |
| Modifier and Type | Field and Description |
|---|---|
private ISVNConnector |
SVNConnection.myConnector |
| Modifier and Type | Method and Description |
|---|---|
ISVNConnector |
ISVNConnectorFactory.createConnector(SVNRepository repository) |
(package private) ISVNConnector |
SVNConnection.getConnector() |
| Constructor and Description |
|---|
SVNConnection(ISVNConnector connector,
SVNRepositoryImpl repository) |
| Modifier and Type | Method and Description |
|---|---|
ISVNConnector |
DefaultSVNOptions.createTunnelConnector(SVNURL url) |
| Modifier and Type | Method and Description |
|---|---|
ISVNConnector |
ISVNTunnelProvider.createTunnelConnector(SVNURL location)
Returns a tunnel comand line matching the given subprotocol
name.
|