Uses of Class
org.tmatesoft.svn.core.SVNCancelException
-
Packages that use SVNCancelException 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. -
-
Uses of SVNCancelException in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that throw SVNCancelException Modifier and Type Method Description void
AbstractSVNCommandEnvironment. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that throw SVNCancelException Modifier and Type Method Description void
SVNNotifyPrinter. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that throw SVNCancelException Modifier and Type Method Description void
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 SVNCancelException Modifier and Type Method Description void
SVNDumpFilterExcludeCommand. checkCancelled()
void
SVNDumpFilterIncludeCommand. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that throw SVNCancelException Modifier and Type Method Description void
SVNSyncCopyRevPropsCommand. checkCancelled()
void
SVNSyncInitializeCommand. checkCancelled()
void
SVNSyncSynchronizeCommand. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that throw SVNCancelException Modifier and Type Method Description void
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 SVNCancelException Modifier and Type Method 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()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that throw SVNCancelException Modifier and Type Method Description void
SVNWCAccess. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that throw SVNCancelException Modifier and Type Method Description void
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 Modifier and Type Method Description void
SVNWCContext. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that throw SVNCancelException Modifier and Type Method Description void
SvnOperationRunner. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that throw SVNCancelException Modifier and Type Method Description private 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 SVNCancelException Modifier and Type Method Description void
JavaHLEventHandler. checkCancelled()
private void
SVNReposImpl. checkCancelled()
-
Uses of SVNCancelException in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that throw SVNCancelException Modifier and Type Method Description void
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 Modifier and Type Method Description void
SVNEventAdapter. checkCancelled()
Does nothing. -
Uses of SVNCancelException in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that throw SVNCancelException Modifier and Type Method Description void
SVNAdminBasicClient. checkCancelled()
Redirects this call to the registered event handler (if any).void
SVNAdminEventAdapter. checkCancelled()
Does nothing.
-