Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
org.tmatesoft.svn.core.javahl17 | |
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
SVNDate.formatHumanDate(Date date,
ISVNOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNOptions |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCManager.canDelete(File path,
ISVNOptions options,
ISVNEventHandler eventHandler) |
static Map |
SVNPropertiesManager.computeAutoProperties(ISVNOptions options,
File file,
Map properties) |
static Collection |
SVNStatusEditor.getGlobalIgnores(ISVNOptions options) |
static String |
SVNFileUtil.getNativeEOLMarker(ISVNOptions options) |
static boolean |
DefaultSVNOptions.isIgnored(ISVNOptions options,
String name) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(Object path,
SVNNodeKind kind,
String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
Constructor and Description |
---|
SVNCopyDriver(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNCopyDriver(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNExportEditor(ISVNEventHandler eventDispatcher,
String url,
File dstPath,
boolean force,
String eolStyle,
boolean expandKeywords,
String repositoryRootUrl,
ISVNOptions options) |
SVNMergeDriver(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNMergeDriver(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNRemoteStatusEditor(ISVNOptions options,
SVNWCAccess wcAccess,
SVNAdminAreaInfo info,
boolean noIgnore,
boolean reportAll,
SVNDepth depth,
ISVNStatusHandler handler) |
SVNStatusEditor(ISVNOptions options,
SVNWCAccess wcAccess,
SVNAdminAreaInfo info,
boolean noIgnore,
boolean reportAll,
SVNDepth depth,
ISVNStatusHandler handler) |
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNWCAccess.getOptions() |
Modifier and Type | Method and Description |
---|---|
static Map<String,byte[]> |
SVNTranslator.computeKeywords(String keywords,
String locationUrl,
String repositoryRoot,
String a,
String d,
String r,
ISVNOptions options) |
static String |
SVNTranslator.getCharset(String charset,
String mimeType,
Object path,
ISVNOptions options) |
static byte[] |
SVNTranslator.getEOL(String eolStyle,
ISVNOptions options) |
void |
SVNWCAccess.setOptions(ISVNOptions options) |
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNBasicDelegate.getOptions()
Gets run-time configuration options used by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNMoveClient16.setOptions(ISVNOptions options) |
void |
SVNBasicDelegate.setOptions(ISVNOptions options)
Sets run-time global configuration options to this object.
|
Constructor and Description |
---|
SVNBasicDelegate(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNBasicDelegate(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNChangelistClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and authentication drivers.
|
SVNChangelistClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and repository pool object.
|
SVNCommitClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and authentication drivers.
|
SVNCommitClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and repository pool object.
|
SVNCopyClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and authentication drivers.
|
SVNCopyClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and repository pool object.
|
SVNDiffClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and authentication drivers.
|
SVNDiffClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and repository pool object.
|
SVNLogClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNLogClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNMoveClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNMoveClient 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(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and authentication drivers.
|
SVNStatusClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and repository pool object.
|
SVNUpdateClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNUpdateClient16(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNWCClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNWCClient 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.
|
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNWCContext.getOptions() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
SVNStatusEditor17.getGlobalIgnores(ISVNOptions options) |
Constructor and Description |
---|
SVNLogClient17(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNLogClient17(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNRemoteStatusEditor17(File anchorAbsPath,
String targetBaseName,
SVNWCContext wcContext,
ISVNOptions options,
boolean includeIgnored,
boolean reportAll,
SVNDepth depth,
ISvnObjectReceiver<SvnStatus> realHandler) |
SVNStatusEditor17(File path,
SVNWCContext wcContext,
ISVNOptions options,
boolean noIgnore,
boolean reportAll,
SVNDepth depth,
ISvnObjectReceiver<SvnStatus> handler) |
SVNWCContext(ISVNOptions config,
ISVNEventHandler eventHandler) |
SVNWCContext(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ,
ISVNEventHandler eventHandler) |
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNWCDb.getConfig() |
ISVNOptions |
ISVNWCDb.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ) |
void |
ISVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ)
Open a working copy administrative database context.
|
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SvnDiffGenerator.getOptions() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
SvnNgPropertiesManager.getGlobalIgnores(ISVNOptions options) |
void |
SvnDiffGenerator.setOptions(ISVNOptions options) |
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNClientImpl.getOptions() |
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNClientImpl.getOptions() |
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNClientManager.getOptions()
Returns the run-time configuration options driver
which kept by this object.
|
protected ISVNOptions |
DefaultSVNDiffGenerator.getOptions() |
ISVNOptions |
SVNBasicClient.getOptions()
Gets run-time configuration options used by this object.
|
Modifier and Type | Method and Description |
---|---|
static SVNClientManager |
SVNClientManager.newInstance(ISVNOptions options)
Creates a new instance of this class using the provided
ISVNOptions
and default ISVNAuthenticationManager drivers. |
static SVNClientManager |
SVNClientManager.newInstance(ISVNOptions options,
ISVNAuthenticationManager authManager)
Creates a new instance of this class using the provided
ISVNOptions
and ISVNAuthenticationManager drivers. |
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.
|
void |
SVNClientManager.setOptions(ISVNOptions options)
Sets global run-time configuration options to all of the SVN*Client objects provided by this
client manager.
|
void |
DefaultSVNDiffGenerator.setOptions(ISVNOptions options)
Sets global run-time options.
|
void |
SVNBasicClient.setOptions(ISVNOptions options)
Sets run-time global configuration options to this object.
|
Constructor and Description |
---|
SVNBasicClient(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNBasicClient(ISVNRepositoryPool pool,
ISVNOptions options) |
SVNChangelistClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and authentication drivers.
|
SVNChangelistClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and repository pool object.
|
SVNCommitClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and authentication drivers.
|
SVNCommitClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and repository pool object.
|
SVNCopyClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and authentication drivers.
|
SVNCopyClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and repository pool object.
|
SVNDiffClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and authentication drivers.
|
SVNDiffClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and repository pool object.
|
SVNLogClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNLogClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNMoveClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNMoveClient 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.
|
SVNPropertyData(String name,
SVNPropertyValue data,
ISVNOptions options)
Constructs an SVNPropertyData given a property name and its
value.
|
SVNStatusClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and authentication drivers.
|
SVNStatusClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and repository pool object.
|
SVNUpdateClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNUpdateClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNWCClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNWCClient 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.
|
Modifier and Type | Method and Description |
---|---|
ISVNOptions |
SVNAdminBasicClient.getOptions()
Gets run-time configuration options used by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminBasicClient.setOptions(ISVNOptions options)
Sets run-time global configuration options to this object.
|
Constructor and Description |
---|
SVNAdminBasicClient(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNAdminBasicClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options) |
SVNAdminClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Creates a new admin client.
|
SVNAdminClient(ISVNRepositoryPool repositoryPool,
ISVNOptions options)
Creates a new admin client.
|
SVNLookClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Creates a new instance of SVNLookClient
given an authentication manager and global
options keeper.
|
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 |
---|---|
ISVNOptions |
SvnOperation.getOptions()
Gets operation's options, provided by
SvnOperationFactory.getOptions() . |
ISVNOptions |
SvnOperationFactory.getOptions()
Gets operation's options.
|
ISVNOptions |
ISvnOperationOptionsProvider.getOptions()
Gets operation's options.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnOperationFactory.setOptions(ISVNOptions options)
Sets operation's options and disposes working copy context.
|
Copyright © 2023. All rights reserved.