Uses of Interface
org.tmatesoft.svn.core.wc.ISVNRepositoryPool
-
Packages that use ISVNRepositoryPool 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. -
-
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.internal.wc
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNRepositoryPool Constructor Description SVNCopyDriver(ISVNRepositoryPool repositoryPool, ISVNOptions options)
SVNMergeDriver(ISVNRepositoryPool repositoryPool, ISVNOptions options)
-
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return ISVNRepositoryPool Modifier and Type Method Description protected ISVNRepositoryPool
SVNBasicDelegate. getRepositoryPool()
Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNRepositoryPool Constructor 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. -
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.internal.wc17
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNRepositoryPool Constructor Description SVNLogClient17(ISVNRepositoryPool repositoryPool, ISVNOptions options)
Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers. -
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNRepositoryPool Modifier and Type Class 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.Methods in org.tmatesoft.svn.core.wc that return ISVNRepositoryPool Modifier and Type Method Description ISVNRepositoryPool
SVNClientManager. getRepositoryPool()
Returns the repository pool used by this client manager.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNRepositoryPool Modifier and Type Method 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.Constructors in org.tmatesoft.svn.core.wc with parameters of type ISVNRepositoryPool Constructor 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. -
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.wc.admin
Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNRepositoryPool Constructor 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 anSVNRepository
} drivers provider and global options keeper. -
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISVNRepositoryPool Modifier and Type Method Description ISVNRepositoryPool
ISvnOperationOptionsProvider. getRepositoryPool()
Gets the operation's pool of repositories.ISVNRepositoryPool
SvnOperation. getRepositoryPool()
Gets the operation's pool of repositories, provided bySvnOperationFactory.getRepositoryPool()
.ISVNRepositoryPool
SvnOperationFactory. getRepositoryPool()
Gets the pool of repositories.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNRepositoryPool Modifier and Type Method Description void
SvnOperationFactory. setRepositoryPool(ISVNRepositoryPool repositoryPool)
Sets pool of repositories.
-