Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
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.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Constructor and Description |
---|
SVNCopyDriver(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNMergeDriver(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
Modifier and Type | Method and Description |
---|---|
protected ISVNRepositoryPool |
SVNBasicDelegate.getRepositoryPool() |
Constructor and Description |
---|
SVNBasicDelegate(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNChangelistClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and repository pool object.
|
SVNCommitClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and repository pool object.
|
SVNCopyClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and repository pool object.
|
SVNDiffClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and repository pool object.
|
SVNLogClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNMoveClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNMoveClient object with the
specified run-time configuration and repository pool object.
|
SVNStatusClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and repository pool object.
|
SVNUpdateClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNWCClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNWCClient object with the
specified run-time configuration and repository pool object.
|
Constructor and Description |
---|
SVNLogClient17(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNRepositoryPool
The DefaultSVNRepositoryPool class is a default implementation of
the ISVNRepositoryPool interface.
|
class |
SVNClientManager
The SVNClientManager class is used to manage SVN*Client
objects as well as for providing them to a user what makes the user's work
easier and his code - pretty clear and flexible.
|
Modifier and Type | Method and Description |
---|---|
ISVNRepositoryPool |
SVNClientManager.getRepositoryPool()
Returns the repository pool used by this client manager.
|
Modifier and Type | Method and Description |
---|---|
static SVNClientManager |
SVNClientManager.newInstance(ISVNOptions options,
ISVNRepositoryPool repositoryPool)
Creates a new instance of this class using the provided
config driver and creator of of SVNRepository objects.
|
Constructor and Description |
---|
SVNBasicClient(ISVNRepositoryPool pool,
ISVNOptions options) |
SVNChangelistClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and repository pool object.
|
SVNCommitClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and repository pool object.
|
SVNCopyClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and repository pool object.
|
SVNDiffClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and repository pool object.
|
SVNLogClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNMoveClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNMoveClient object with the
specified run-time configuration and repository pool object.
|
SVNStatusClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and repository pool object.
|
SVNUpdateClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNWCClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNWCClient object with the
specified run-time configuration and repository pool object.
|
Constructor and Description |
---|
SVNAdminBasicClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNAdminClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Creates a new admin client.
|
SVNLookClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Creates a new instance of SVNLookClient
given an
SVNRepository }
drivers provider and global options keeper. |
Modifier and Type | Method and Description |
---|---|
ISVNRepositoryPool |
ISvnOperationOptionsProvider.getRepositoryPool()
Gets the operation's pool of repositories.
|
ISVNRepositoryPool |
SvnOperationFactory.getRepositoryPool()
Gets the pool of repositories.
|
ISVNRepositoryPool |
SvnOperation.getRepositoryPool()
Gets the operation's pool of repositories, provided by
SvnOperationFactory.getRepositoryPool() . |
Modifier and Type | Method and Description |
---|---|
void |
SvnOperationFactory.setRepositoryPool(ISVNRepositoryPool repositoryPool)
Sets pool of repositories.
|
Copyright © 2022. All rights reserved.