Uses of Interface
org.tmatesoft.svn.core.ISVNCanceller
Packages that use ISVNCanceller
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
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.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli
Classes in org.tmatesoft.svn.cli that implement ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnadmin
Classes in org.tmatesoft.svn.cli.svnadmin that implement ISVNCancellerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svndumpfilter
Classes in org.tmatesoft.svn.cli.svndumpfilter that implement ISVNCancellerModifier and TypeClassDescriptionclass
class
class
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnsync
Classes in org.tmatesoft.svn.cli.svnsync that implement ISVNCancellerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnversion
Classes in org.tmatesoft.svn.cli.svnversion that implement ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as ISVNCancellerModifier and TypeFieldDescriptionstatic final ISVNCanceller
ISVNCanceller.NULL
Default implementation which never throws anSVNCancelException
(never cancels). -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as ISVNCancellerModifier and TypeFieldDescriptionprivate ISVNCanceller
FSPacker.myCanceller
private ISVNCanceller
FSRecoverer.myCanceller
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNCancellerModifier and TypeMethodDescriptionstatic void
FSRepositoryUtil.copy
(InputStream src, OutputStream dst, ISVNCanceller canceller) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type ISVNCancellerModifier and TypeMethodDescriptionprivate static Socket
SVNSocketFactory._createSSLSocket
(KeyManager[] keyManagers, TrustManager trustManager, String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel, boolean withSNIsupport) static void
SVNSocketFactory.connect
(Socket socket, InetSocketAddress address, int timeout, ISVNCanceller cancel) static Socket
SVNSocketFactory.createPlainSocket
(String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel) static Socket
SVNSocketFactory.createSSLSocket
(KeyManager[] keyManagers, TrustManager trustManager, String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel) -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNCancellerFields in org.tmatesoft.svn.core.internal.wc declared as ISVNCancellerModifier and TypeFieldDescriptionprivate ISVNCanceller
SVNCancellableEditor.myCancel
private ISVNCanceller
SVNDumpStreamParser.myCanceller
private ISVNCanceller
SVNCancellableOutputStream.myEventHandler
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCancellerModifier and TypeMethodDescriptionstatic void
SVNFileUtil.deleteAll
(File dir, boolean deleteDirs, ISVNCanceller cancelBaton) static ISVNEditor
SVNCancellableEditor.newInstance
(ISVNEditor editor, ISVNCanceller cancel, ISVNDebugLog log) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCancellerModifierConstructorDescriptionprivate
SVNCancellableEditor
(ISVNEditor delegate, ISVNCanceller cancel, ISVNDebugLog log) SVNCancellableOutputStream
(OutputStream out, ISVNCanceller eventHandler) SVNDumpStreamParser
(ISVNCanceller canceller) -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc.admin
Classes in org.tmatesoft.svn.core.internal.wc.admin that implement ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc16
Classes in org.tmatesoft.svn.core.internal.wc16 that implement ISVNCancellerModifier and TypeClassDescriptionclass
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.class
The SVNChangelistClient provides API for managing changelists.class
The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.class
The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.class
The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.class
The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.class
The SVNMoveClient provides an extra client-side functionality over standard (i.e.class
The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.class
This class provides methods which allow to check out, update, switch and relocate a Working Copy as well as export an unversioned directory or file from a repository.class
The SVNWCClient class combines a number of version control operations mainly intended for local work with Working Copy items. -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNCancellerModifier and TypeClassDescriptionclass
The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNCancellerMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNCancellerModifier and TypeMethodDescriptionvoid
SVNWCContext.invokeConflictResolver
(File localAbsPath, SVNSkel conflictSkel, ISVNConflictHandler conflictHandler, ISVNCanceller canceller) -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2
Classes in org.tmatesoft.svn.core.internal.wc2 that implement ISVNCancellerModifier and TypeClassDescriptionclass
SvnLocalOperationRunner<V,
T extends SvnOperation<V>> class
SvnOperationRunner<V,
T extends SvnOperation<V>> class
SvnRemoteOperationRunner<V,
T extends SvnOperation<V>> -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin that implement ISVNCancellerModifier and TypeClassDescriptionclass
Fetches file contents for the specifiedtarget
in the given transaction.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
SvnRepositoryOperationRunner<V,
T extends SvnOperation<V>> class
class
class
class
class
class
class
class
class
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISVNCancellerModifier and TypeClassDescriptionclass
SvnNgAbstractUpdate<V,
T extends AbstractSvnUpdate<V>> class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
SvnNgOperationRunner<V,
T extends SvnOperation<V>> class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNCancellerMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNCancellerModifier and TypeMethodDescriptionprivate static void
SvnNgDiffUtil.arbitraryDiffThisDir
(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, File localAbsPath, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.doArbitraryDirsDiff
(File localAbsPath1, File localAbsPath2, File rootAbsPath1, File rootAbsPath2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.doArbitraryFilesDiff
(File localAbsPath1, File localAbsPath2, File path, boolean file1IsEmpty, boolean file2IsEmpty, SVNProperties originalPropertiesOverride, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) static void
SvnNgDiffUtil.doArbitraryNodesDiff
(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) static void
SvnNgDiffUtil.doDiffSummarizeReposWC
(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, Collection<String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller) static void
SvnNgDiffUtil.doDiffWCWC
(File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, Collection<String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.visit
(File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.walkDirectory
(File localAbsPath, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNCancellerModifierConstructorDescriptionSvnDiffEditor
(File anchorAbspath, String target, ISvnDiffCallback callback, SVNDepth depth, SVNWCContext context, boolean reverseOrder, boolean useTextBase, boolean showCopiesAsAdds, boolean ignoreAncestry, Collection<String> changelists, boolean useGitDiffFormat, ISVNCanceller canceller) -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNCancellerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
SvnOldRunner<V,
T extends SvnOperation<V>> class
class
class
class
class
class
class
class
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type ISVNCancellerModifier and TypeMethodDescriptionprotected int
SvnTargetContent.scanForMatch
(SvnDiffHunk hunk, boolean matchFirst, int upperLine, int fuzz, boolean ignoreWhitespace, boolean matchModified, ISVNCanceller canceller) -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNCancellerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNCancellerMethods in org.tmatesoft.svn.core.io that return ISVNCancellerModifier and TypeMethodDescriptionSVNRepository.getCanceller()
Returns the canceller, stored in this object.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNCancellerModifier and TypeMethodDescriptionvoid
SVNRepository.setCanceller
(ISVNCanceller canceller) Sets a canceller to this object. -
Uses of ISVNCanceller in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNCanceller -
Uses of ISVNCanceller in org.tmatesoft.svn.core.replicator
Classes in org.tmatesoft.svn.core.replicator that implement ISVNCancellerModifier and TypeClassDescriptionclass
The SVNRepositoryReplicator class provides an ability to make a copy of an existing repository. -
Uses of ISVNCanceller in org.tmatesoft.svn.core.wc
Subinterfaces of ISVNCanceller in org.tmatesoft.svn.core.wcModifier and TypeInterfaceDescriptioninterface
The ISVNEventHandler interface should be implemented in order to be further provided to an SVN*Client object as a handler of a sequence of events generated by SVN*Client's do*() methods.Classes in org.tmatesoft.svn.core.wc that implement ISVNCancellerFields in org.tmatesoft.svn.core.wc declared as ISVNCancellerMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNCancellerModifier and TypeMethodDescriptionvoid
DefaultSVNRepositoryPool.setCanceller
(ISVNCanceller canceller) Sets a canceller to be used in allSVNRepository
objects produced by this pool.void
ISVNRepositoryPool.setCanceller
(ISVNCanceller canceller) Updates canceller instance referenced bySVNRepository
objects currently in the pool.void
SVNClientManager.setCanceller
(ISVNCanceller canceller) Sets a canceller to this client manager. -
Uses of ISVNCanceller in org.tmatesoft.svn.core.wc.admin
Subinterfaces of ISVNCanceller in org.tmatesoft.svn.core.wc.adminModifier and TypeInterfaceDescriptioninterface
The ISVNAdminEventHandler is used in several methods of SVNAdminClient to notify callers of operation progress.Classes in org.tmatesoft.svn.core.wc.admin that implement ISVNCancellerModifier and TypeClassDescriptionclass
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.class
The SVNAdminClient class provides methods that brings repository-side functionality and repository synchronizing features.class
SVNAdminEventAdapter is an adapter class forISVNAdminEventHandler
.class
The SVNLookClient class provides API for examining different aspects of a Subversion repository. -
Uses of ISVNCanceller in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNCancellerMethods in org.tmatesoft.svn.core.wc2 that return ISVNCancellerModifier and TypeMethodDescriptionISvnOperationOptionsProvider.getCanceller()
Gets the cancel handler of the operation.SvnOperation.getCanceller()
Gets the cancel handler of the operation, provided bySvnOperationFactory.getCanceller()
.SvnOperationFactory.getCanceller()
Gets the cancel handler of the operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNCancellerModifier and TypeMethodDescriptionvoid
SvnOperationFactory.setCanceller
(ISVNCanceller canceller) Sets the cancel handler of the operation.