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 TypeMethodDescriptionvoidSVNAdminDumpCommand.checkCancelled()voidSVNAdminListTransactionsCommand.checkCancelled()voidSVNAdminLoadCommand.checkCancelled()voidSVNAdminPackCommand.checkCancelled()voidSVNAdminRecoverCommand.checkCancelled()voidSVNAdminRemoveTransactionsCommand.checkCancelled()voidSVNAdminUpgradeCommand.checkCancelled()voidSVNAdminVerifyCommand.checkCancelled() -
Uses of SVNCancelException in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoidSVNDumpFilterExcludeCommand.checkCancelled()voidSVNDumpFilterIncludeCommand.checkCancelled() -
Uses of SVNCancelException in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoidSVNSyncCopyRevPropsCommand.checkCancelled()voidSVNSyncInitializeCommand.checkCancelled()voidSVNSyncSynchronizeCommand.checkCancelled() -
Uses of SVNCancelException in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoidISVNCanceller.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 voidSVNErrorManager.cancel(java.lang.String message, java.util.logging.Level logLevel, SVNLogType logType) static voidSVNErrorManager.cancel(java.lang.String message, SVNLogType logType) voidSVNMergeDriver.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 TypeMethodDescriptionvoidSVNBasicDelegate.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 voidSvnDiffEditor.checkCancelled()voidSvnNgMergeDriver.checkCancelled()private voidSvnNgRemoteMergeEditor.checkCancelled() -
Uses of SVNCancelException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoidJavaHLEventHandler.checkCancelled()private voidSVNReposImpl.checkCancelled() -
Uses of SVNCancelException in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that throw SVNCancelExceptionModifier and TypeMethodDescriptionvoidISVNReplicationHandler.checkCancelled()Checks if the replicating operation is cancelled.voidSVNRepositoryReplicator.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 TypeMethodDescriptionvoidSVNAdminBasicClient.checkCancelled()Redirects this call to the registered event handler (if any).voidSVNAdminEventAdapter.checkCancelled()Does nothing.