Package | Description |
---|---|
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.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNOptions |
Modifier and Type | Method and Description |
---|---|
ISVNTunnelProvider |
SVNRepository.getTunnelProvider()
Returns a tunnel provider.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.setTunnelProvider(ISVNTunnelProvider tunnelProvider)
Sets a tunnel provider.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISVNOptions
The ISVNOptions interface should be implemented to manage
global run-time configuration options.
|
Constructor and Description |
---|
DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager,
ISVNTunnelProvider tunnelProvider)
Constructs a DefaultSVNRepositoryPool instance
that represents
DefaultSVNRepositoryPool.RUNTIME_POOL objects pool. |
DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager,
ISVNTunnelProvider tunnelProvider,
boolean keepConnections,
int poolMode)
Deprecated.
|
DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager,
ISVNTunnelProvider tunnelProvider,
long timeout,
boolean keepConnection)
Constructs a DefaultSVNRepositoryPool instance
that represents
DefaultSVNRepositoryPool.RUNTIME_POOL objects pool. |
Copyright © 2018. All rights reserved.