Package | Description |
---|---|
org.tmatesoft.svn.cli | |
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.cli.svnadmin | |
org.tmatesoft.svn.cli.svndumpfilter | |
org.tmatesoft.svn.cli.svnsync | |
org.tmatesoft.svn.core |
This package mostly contains common classes as well as interfaces used
throughout all the library.
|
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.wc2 | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSVNCommandEnvironment.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNNotifyPrinter.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminPackCommand.checkCancelled() |
void |
SVNAdminLoadCommand.checkCancelled() |
void |
SVNAdminDumpCommand.checkCancelled() |
void |
SVNAdminUpgradeCommand.checkCancelled() |
void |
SVNAdminRemoveTransactionsCommand.checkCancelled() |
void |
SVNAdminVerifyCommand.checkCancelled() |
void |
SVNAdminListTransactionsCommand.checkCancelled() |
void |
SVNAdminRecoverCommand.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNDumpFilterExcludeCommand.checkCancelled() |
void |
SVNDumpFilterIncludeCommand.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNSyncInitializeCommand.checkCancelled() |
void |
SVNSyncCopyRevPropsCommand.checkCancelled() |
void |
SVNSyncSynchronizeCommand.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
ISVNCanceller.checkCancelled()
Checks if the current operation is cancelled (somehow interrupted)
and should throw an SVNCancelException or notify the handler if exists.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVNErrorManager.cancel(java.lang.String message,
java.util.logging.Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.cancel(java.lang.String message,
SVNLogType logType) |
void |
SVNMergeDriver.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCAccess.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNBasicDelegate.checkCancelled()
Redirects this call to the registered event handler (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
SVNWCContext.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SvnOperationRunner.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SvnNgMergeDriver.checkCancelled() |
private void |
SvnNgRemoteMergeEditor.checkCancelled() |
private void |
SvnDiffEditor.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
JavaHLEventHandler.checkCancelled() |
private void |
SVNReposImpl.checkCancelled() |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepositoryReplicator.checkCancelled()
Redirects a call to the registered handler's
checkCancelled()
method. |
void |
ISVNReplicationHandler.checkCancelled()
Checks if the replicating operation is cancelled.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNEventAdapter.checkCancelled()
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminEventAdapter.checkCancelled()
Does nothing.
|
void |
SVNAdminBasicClient.checkCancelled()
Redirects this call to the registered event handler (if any).
|