Uses of Interface
org.tmatesoft.svn.core.wc.ISVNRepositoryPool
Packages that use ISVNRepositoryPool
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
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 ISVNRepositoryPoolModifierConstructorDescriptionprotectedSVNCopyDriver(ISVNRepositoryPool repositoryPool, ISVNOptions options) protectedSVNMergeDriver(ISVNRepositoryPool repositoryPool, ISVNOptions options) -
Uses of ISVNRepositoryPool in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNRepositoryPoolMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNRepositoryPoolModifier and TypeMethodDescriptionprotected ISVNRepositoryPoolSVNBasicDelegate.getRepositoryPool()Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNRepositoryPoolModifierConstructorDescriptionprotectedSVNBasicDelegate(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 ISVNRepositoryPoolModifierConstructorDescriptionSVNLogClient17(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 ISVNRepositoryPoolModifier and TypeClassDescriptionclassThe DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.classThe 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.Fields in org.tmatesoft.svn.core.wc declared as ISVNRepositoryPoolMethods in org.tmatesoft.svn.core.wc that return ISVNRepositoryPoolModifier and TypeMethodDescriptionSVNClientManager.getRepositoryPool()Returns the repository pool used by this client manager.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNRepositoryPoolModifier and TypeMethodDescriptionstatic SVNClientManagerSVNClientManager.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 ISVNRepositoryPoolModifierConstructorDescriptionprotectedSVNBasicClient(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.privateSVNClientManager(ISVNOptions options, ISVNRepositoryPool repositoryPool) 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
Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNRepositoryPoolConstructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNRepositoryPoolModifierConstructorDescriptionprotectedSVNAdminBasicClient(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
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNRepositoryPoolMethods in org.tmatesoft.svn.core.wc2 that return ISVNRepositoryPoolModifier and TypeMethodDescriptionISvnOperationOptionsProvider.getRepositoryPool()Gets the operation's pool of repositories.SvnOperation.getRepositoryPool()Gets the operation's pool of repositories, provided bySvnOperationFactory.getRepositoryPool().SvnOperationFactory.getRepositoryPool()Gets the pool of repositories.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNRepositoryPoolModifier and TypeMethodDescriptionvoidSvnOperationFactory.setRepositoryPool(ISVNRepositoryPool repositoryPool) Sets pool of repositories.