Uses of Class
org.tmatesoft.svn.core.SVNCancelException
Packages that use SVNCancelException
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides classes that allow to replicate existing
repositories.
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.
-
Uses of SVNCancelException in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that throw SVNCancelException -
Uses of SVNCancelException in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that throw SVNCancelException -
Uses of SVNCancelException in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
SVNAdminDumpCommand.checkCancelled()
void
SVNAdminListTransactionsCommand.checkCancelled()
void
SVNAdminLoadCommand.checkCancelled()
void
SVNAdminPackCommand.checkCancelled()
void
SVNAdminRecoverCommand.checkCancelled()
void
SVNAdminRemoveTransactionsCommand.checkCancelled()
void
SVNAdminUpgradeCommand.checkCancelled()
void
SVNAdminVerifyCommand.checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
SVNDumpFilterExcludeCommand.checkCancelled()
void
SVNDumpFilterIncludeCommand.checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
SVNSyncCopyRevPropsCommand.checkCancelled()
void
SVNSyncInitializeCommand.checkCancelled()
void
SVNSyncSynchronizeCommand.checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
ISVNCanceller.checkCancelled()
Checks if the current operation is cancelled (somehow interrupted) and should throw an SVNCancelException or notify the handler if exists. -
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that throw SVNCancelExceptionModifier and TypeMethodDescriptionstatic 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()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that throw SVNCancelException -
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
SVNBasicDelegate.checkCancelled()
Redirects this call to the registered event handler (if any). -
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that throw SVNCancelException -
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that throw SVNCancelException -
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that throw SVNCancelExceptionModifier and TypeMethodDescriptionprivate void
SvnDiffEditor.checkCancelled()
void
SvnNgMergeDriver.checkCancelled()
private void
SvnNgRemoteMergeEditor.checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
JavaHLEventHandler.checkCancelled()
private void
SVNReposImpl.checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
ISVNReplicationHandler.checkCancelled()
Checks if the replicating operation is cancelled.void
SVNRepositoryReplicator.checkCancelled()
Redirects a call to the registered handler'scheckCancelled()
method. -
Uses of SVNCancelException in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that throw SVNCancelException -
Uses of SVNCancelException in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoid
SVNAdminBasicClient.checkCancelled()
Redirects this call to the registered event handler (if any).void
SVNAdminEventAdapter.checkCancelled()
Does nothing.