Uses of Interface
org.tmatesoft.svn.core.ISVNCanceller
-
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli
Classes in org.tmatesoft.svn.cli that implement ISVNCanceller Modifier and Type Class Description class
AbstractSVNCommandEnvironment
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNCanceller Modifier and Type Class Description class
SVNCommandEnvironment
class
SVNNotifyPrinter
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnadmin
Classes in org.tmatesoft.svn.cli.svnadmin that implement ISVNCanceller Modifier and Type Class Description class
SVNAdminCommandEnvironment
class
SVNAdminDumpCommand
class
SVNAdminListTransactionsCommand
class
SVNAdminLoadCommand
class
SVNAdminPackCommand
class
SVNAdminRecoverCommand
class
SVNAdminRemoveTransactionsCommand
class
SVNAdminUpgradeCommand
class
SVNAdminVerifyCommand
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svndumpfilter
Classes in org.tmatesoft.svn.cli.svndumpfilter that implement ISVNCanceller Modifier and Type Class Description class
SVNDumpFilterCommandEnvironment
class
SVNDumpFilterExcludeCommand
class
SVNDumpFilterIncludeCommand
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNCanceller Modifier and Type Class Description class
SVNLookCommandEnvironment
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnsync
Classes in org.tmatesoft.svn.cli.svnsync that implement ISVNCanceller Modifier and Type Class Description class
SVNSyncCommandEnvironment
class
SVNSyncCopyRevPropsCommand
class
SVNSyncInitializeCommand
class
SVNSyncSynchronizeCommand
-
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnversion
Classes in org.tmatesoft.svn.cli.svnversion that implement ISVNCanceller Modifier and Type Class Description class
SVNVersionCommandEnvironment
-
Uses of ISVNCanceller in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as ISVNCanceller Modifier and Type Field Description static ISVNCanceller
ISVNCanceller. NULL
Default implementation which never throws anSVNCancelException
(never cancels). -
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNCanceller Modifier and Type Method Description static void
FSRepositoryUtil. copy(java.io.InputStream src, java.io.OutputStream dst, ISVNCanceller canceller)
Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNCanceller Constructor Description FSRecoverer(FSFS owner, ISVNCanceller canceller)
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type ISVNCanceller Modifier and Type Method Description static void
SVNSocketFactory. connect(java.net.Socket socket, java.net.InetSocketAddress address, int timeout, ISVNCanceller cancel)
static java.net.Socket
SVNSocketFactory. createPlainSocket(java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel)
static java.net.Socket
SVNSocketFactory. createSSLSocket(javax.net.ssl.KeyManager[] keyManagers, javax.net.ssl.TrustManager trustManager, java.lang.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 ISVNCanceller Modifier and Type Class Description class
SVNCopyDriver
class
SVNMergeDriver
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCanceller Modifier and Type Method Description static void
SVNFileUtil. deleteAll(java.io.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 ISVNCanceller Constructor Description SVNCancellableOutputStream(java.io.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 Modifier and Type Class Description class
SVNWCAccess
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc16
Classes in org.tmatesoft.svn.core.internal.wc16 that implement ISVNCanceller Modifier and Type Class Description class
SVNBasicDelegate
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.class
SVNChangelistClient16
The SVNChangelistClient provides API for managing changelists.class
SVNCommitClient16
The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.class
SVNCopyClient16
The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.class
SVNDiffClient16
The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.class
SVNLogClient16
The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.class
SVNMoveClient16
The SVNMoveClient provides an extra client-side functionality over standard (i.e.class
SVNStatusClient16
The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.class
SVNUpdateClient16
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
SVNWCClient16
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 ISVNCanceller Modifier and Type Class Description class
SVNLogClient17
The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNCanceller Modifier and Type Method Description void
SVNWCContext. invokeConflictResolver(java.io.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 ISVNCanceller Modifier and Type Class Description class
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
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNCanceller Modifier and Type Method Description 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, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller)
static void
SvnNgDiffUtil. doDiffWCWC(java.io.File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNCanceller Constructor Description SvnDiffEditor(java.io.File anchorAbspath, java.lang.String target, ISvnDiffCallback callback, SVNDepth depth, SVNWCContext context, boolean reverseOrder, boolean useTextBase, boolean showCopiesAsAdds, boolean ignoreAncestry, java.util.Collection<java.lang.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 ISVNCanceller Modifier and Type Class Description class
SvnOldAdd
class
SvnOldAnnotate
class
SvnOldCanonicalizeUrls
class
SvnOldCat
class
SvnOldCheckout
class
SvnOldCleanup
class
SvnOldCommit
class
SvnOldCopy
class
SvnOldDiff
class
SvnOldExport
class
SvnOldGetChangelistPaths
class
SvnOldGetInfo
class
SvnOldGetMergeInfo
class
SvnOldGetProperties
class
SvnOldGetStatus
class
SvnOldGetStatusSummary
class
SvnOldImport
class
SvnOldList
class
SvnOldLogMergeInfo
class
SvnOldMarkReplaced
class
SvnOldMerge
class
SvnOldRelocate
class
SvnOldRemoteCopy
class
SvnOldRemove
class
SvnOldResolve
class
SvnOldRevert
class
SvnOldRunner<V,T extends SvnOperation<V>>
class
SvnOldSetChangelist
class
SvnOldSetLock
class
SvnOldSetProperty
class
SvnOldSuggestMergeSources
class
SvnOldSwitch
class
SvnOldUnlock
class
SvnOldUpdate
class
SvnOldUpgrade
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type ISVNCanceller Modifier and Type Method Description protected 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 ISVNCanceller Modifier and Type Class Description class
SvnNgReposToReposCopy
class
SvnRemoteAnnotate
class
SvnRemoteCat
class
SvnRemoteDiff
class
SvnRemoteExport
class
SvnRemoteGetInfo
class
SvnRemoteGetProperties
class
SvnRemoteGetRevisionProperties
class
SvnRemoteList
class
SvnRemoteLog
class
SvnRemoteRemoteDelete
class
SvnRemoteRemoteMkDir
class
SvnRemoteSetLock
class
SvnRemoteSetPropertyImpl
class
SvnRemoteSetRevisionProperty
class
SvnRemoteUnlock
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return ISVNCanceller Modifier and Type Method Description ISVNCanceller
SVNRepository. getCanceller()
Returns the canceller, stored in this object.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNCanceller Modifier and Type Method Description void
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 Modifier and Type Class Description class
JavaHLEventHandler
-
Uses of ISVNCanceller in org.tmatesoft.svn.core.replicator
Classes in org.tmatesoft.svn.core.replicator that implement ISVNCanceller Modifier and Type Class Description class
SVNRepositoryReplicator
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.wc Modifier and Type Interface Description interface
ISVNEventHandler
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 ISVNCanceller Modifier and Type Class Description class
SVNEventAdapter
SVNEventAdapter is an adapter class forISVNEventHandler
.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNCanceller Modifier and Type Method Description void
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.admin Modifier and Type Interface Description interface
ISVNAdminEventHandler
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 ISVNCanceller Modifier and Type Class Description class
SVNAdminBasicClient
The SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.class
SVNAdminClient
The SVNAdminClient class provides methods that brings repository-side functionality and repository synchronizing features.class
SVNAdminEventAdapter
SVNAdminEventAdapter is an adapter class forISVNAdminEventHandler
.class
SVNLookClient
The SVNLookClient class provides API for examining different aspects of a Subversion repository. -
Uses of ISVNCanceller in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISVNCanceller Modifier and Type Method Description ISVNCanceller
ISvnOperationOptionsProvider. getCanceller()
Gets the cancel handler of the operation.ISVNCanceller
SvnOperation. getCanceller()
Gets the cancel handler of the operation, provided bySvnOperationFactory.getCanceller()
.ISVNCanceller
SvnOperationFactory. getCanceller()
Gets the cancel handler of the operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNCanceller Modifier and Type Method Description void
SvnOperationFactory. setCanceller(ISVNCanceller canceller)
Sets the cancel handler of the operation.
-