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 voidAbstractSVNCommandEnvironment. 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 voidSVNNotifyPrinter. 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 voidSVNAdminDumpCommand. 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 SVNCancelException Modifier and Type Method Description voidSVNDumpFilterExcludeCommand. checkCancelled()voidSVNDumpFilterIncludeCommand. 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 voidSVNSyncCopyRevPropsCommand. checkCancelled()voidSVNSyncInitializeCommand. checkCancelled()voidSVNSyncSynchronizeCommand. checkCancelled() -
Uses of SVNCancelException in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that throw SVNCancelException Modifier and Type Method Description voidISVNCanceller. 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 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 Modifier and Type Method Description voidSVNWCAccess. 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 voidSVNBasicDelegate. 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 voidSVNWCContext. 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 voidSvnOperationRunner. 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 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 SVNCancelException Modifier and Type Method Description voidJavaHLEventHandler. checkCancelled()private voidSVNReposImpl. 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 voidISVNReplicationHandler. 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 Modifier and Type Method Description voidSVNEventAdapter. 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 voidSVNAdminBasicClient. checkCancelled()Redirects this call to the registered event handler (if any).voidSVNAdminEventAdapter. checkCancelled()Does nothing.
-