| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.dav | |
| org.tmatesoft.svn.core.internal.io.fs | |
| org.tmatesoft.svn.core.internal.io.svn | |
| 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 | Method and Description |
|---|---|
SVNRepository |
DAVRepositoryFactory.createRepositoryImpl(SVNURL location,
ISVNSession options) |
| Constructor and Description |
|---|
DAVRepository(IHTTPConnectionFactory connectionFactory,
SVNURL location,
ISVNSession options) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNRepository |
FSRepositoryFactory.createRepositoryImpl(SVNURL url,
ISVNSession session) |
| Constructor and Description |
|---|
FSRepository(SVNURL location,
ISVNSession options) |
| Modifier and Type | Method and Description |
|---|---|
SVNRepository |
SVNRepositoryFactoryImpl.createRepositoryImpl(SVNURL location,
ISVNSession options) |
| Constructor and Description |
|---|
SVNRepositoryImpl(SVNURL location,
ISVNSession options) |
| Modifier and Type | Field and Description |
|---|---|
static ISVNSession |
ISVNSession.DEFAULT
The same as
KEEP_ALIVE. |
static ISVNSession |
ISVNSession.KEEP_ALIVE
A session options implementation that simply allows to keep
a single connection alive for all data i/o.
|
private ISVNSession |
SVNRepository.myOptions |
| Modifier and Type | Method and Description |
|---|---|
ISVNSession |
SVNRepository.getOptions()
Returns the session options object this driver is using.
|
| Modifier and Type | Method and Description |
|---|---|
static SVNRepository |
SVNRepositoryFactory.create(SVNURL url,
ISVNSession options)
Creates an SVNRepository driver according to the protocol that is to be
used to access a repository.
|
protected abstract SVNRepository |
SVNRepositoryFactory.createRepositoryImpl(SVNURL url,
ISVNSession session) |
| Constructor and Description |
|---|
SVNRepository(SVNURL location,
ISVNSession options) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSVNRepositoryPool
The DefaultSVNRepositoryPool class is a default implementation of
the ISVNRepositoryPool interface.
|