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 | Method and Description |
---|---|
ISVNConnector |
ISVNConnectorFactory.createConnector(SVNRepository repository) |
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.
|
Copyright © 2019. All rights reserved.