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 classAbstractSVNCommandEnvironment -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNCanceller Modifier and Type Class Description classSVNCommandEnvironmentclassSVNNotifyPrinter -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnadmin
Classes in org.tmatesoft.svn.cli.svnadmin that implement ISVNCanceller Modifier and Type Class Description classSVNAdminCommandEnvironmentclassSVNAdminDumpCommandclassSVNAdminListTransactionsCommandclassSVNAdminLoadCommandclassSVNAdminPackCommandclassSVNAdminRecoverCommandclassSVNAdminRemoveTransactionsCommandclassSVNAdminUpgradeCommandclassSVNAdminVerifyCommand -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svndumpfilter
Classes in org.tmatesoft.svn.cli.svndumpfilter that implement ISVNCanceller Modifier and Type Class Description classSVNDumpFilterCommandEnvironmentclassSVNDumpFilterExcludeCommandclassSVNDumpFilterIncludeCommand -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnlook
Classes in org.tmatesoft.svn.cli.svnlook that implement ISVNCanceller Modifier and Type Class Description classSVNLookCommandEnvironment -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnsync
Classes in org.tmatesoft.svn.cli.svnsync that implement ISVNCanceller Modifier and Type Class Description classSVNSyncCommandEnvironmentclassSVNSyncCopyRevPropsCommandclassSVNSyncInitializeCommandclassSVNSyncSynchronizeCommand -
Uses of ISVNCanceller in org.tmatesoft.svn.cli.svnversion
Classes in org.tmatesoft.svn.cli.svnversion that implement ISVNCanceller Modifier and Type Class Description classSVNVersionCommandEnvironment -
Uses of ISVNCanceller in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as ISVNCanceller Modifier and Type Field Description static ISVNCancellerISVNCanceller. NULLDefault 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 ISVNCanceller Modifier and Type Field Description private ISVNCancellerFSPacker. myCancellerprivate ISVNCancellerFSRecoverer. myCancellerMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNCanceller Modifier and Type Method Description static voidFSRepositoryUtil. 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 private static java.net.SocketSVNSocketFactory. _createSSLSocket(javax.net.ssl.KeyManager[] keyManagers, javax.net.ssl.TrustManager trustManager, java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel, boolean withSNIsupport)static voidSVNSocketFactory. connect(java.net.Socket socket, java.net.InetSocketAddress address, int timeout, ISVNCanceller cancel)static java.net.SocketSVNSocketFactory. createPlainSocket(java.lang.String host, int port, int connectTimeout, int readTimeout, ISVNCanceller cancel)static java.net.SocketSVNSocketFactory. 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 classSVNCopyDriverclassSVNMergeDriverFields in org.tmatesoft.svn.core.internal.wc declared as ISVNCanceller Modifier and Type Field Description private ISVNCancellerSVNCancellableEditor. myCancelprivate ISVNCancellerSVNDumpStreamParser. myCancellerprivate ISVNCancellerSVNCancellableOutputStream. myEventHandlerMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCanceller Modifier and Type Method Description static voidSVNFileUtil. deleteAll(java.io.File dir, boolean deleteDirs, ISVNCanceller cancelBaton)static ISVNEditorSVNCancellableEditor. newInstance(ISVNEditor editor, ISVNCanceller cancel, ISVNDebugLog log)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNCanceller Constructor Description SVNCancellableEditor(ISVNEditor delegate, ISVNCanceller cancel, ISVNDebugLog log)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 classSVNWCAccess -
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 classSVNBasicDelegateThe SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.classSVNChangelistClient16The SVNChangelistClient provides API for managing changelists.classSVNCommitClient16The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.classSVNCopyClient16The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.classSVNDiffClient16The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.classSVNLogClient16The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.classSVNMoveClient16The SVNMoveClient provides an extra client-side functionality over standard (i.e.classSVNStatusClient16The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.classSVNUpdateClient16This 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.classSVNWCClient16The 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 classSVNLogClient17The 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 ISVNCanceller Modifier and Type Field Description ISVNCancellerSVNWCContext.ConflictStatusWalker. cancellerMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNCanceller Modifier and Type Method Description voidSVNWCContext. 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 classSvnLocalOperationRunner<V,T extends SvnOperation<V>>classSvnOperationRunner<V,T extends SvnOperation<V>>classSvnRemoteOperationRunner<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
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNCanceller Modifier and Type Field Description private ISVNCancellerSvnDiffEditor. cancellerMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNCanceller Modifier and Type Method Description private static voidSvnNgDiffUtil. arbitraryDiffThisDir(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, java.io.File localAbsPath, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)private static voidSvnNgDiffUtil. doArbitraryDirsDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.File rootAbsPath1, java.io.File rootAbsPath2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)private static voidSvnNgDiffUtil. doArbitraryFilesDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.File path, boolean file1IsEmpty, boolean file2IsEmpty, SVNProperties originalPropertiesOverride, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)static voidSvnNgDiffUtil. doArbitraryNodesDiff(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)static voidSvnNgDiffUtil. 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 voidSvnNgDiffUtil. 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)private static voidSvnNgDiffUtil. visit(java.io.File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)private static voidSvnNgDiffUtil. walkDirectory(java.io.File localAbsPath, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, 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 classSvnOldAddclassSvnOldAnnotateclassSvnOldCanonicalizeUrlsclassSvnOldCatclassSvnOldCheckoutclassSvnOldCleanupclassSvnOldCommitclassSvnOldCopyclassSvnOldDiffclassSvnOldExportclassSvnOldGetChangelistPathsclassSvnOldGetInfoclassSvnOldGetMergeInfoclassSvnOldGetPropertiesclassSvnOldGetStatusclassSvnOldGetStatusSummaryclassSvnOldImportclassSvnOldListclassSvnOldLogMergeInfoclassSvnOldMarkReplacedclassSvnOldMergeclassSvnOldRelocateclassSvnOldRemoteCopyclassSvnOldRemoveclassSvnOldResolveclassSvnOldRevertclassSvnOldRunner<V,T extends SvnOperation<V>>classSvnOldSetChangelistclassSvnOldSetLockclassSvnOldSetPropertyclassSvnOldSuggestMergeSourcesclassSvnOldSwitchclassSvnOldUnlockclassSvnOldUpdateclassSvnOldUpgrade -
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 intSvnTargetContent. 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 classSvnNgReposToReposCopyclassSvnRemoteAnnotateclassSvnRemoteCatclassSvnRemoteDiffclassSvnRemoteExportclassSvnRemoteGetInfoclassSvnRemoteGetPropertiesclassSvnRemoteGetRevisionPropertiesclassSvnRemoteListclassSvnRemoteLogclassSvnRemoteRemoteDeleteclassSvnRemoteRemoteMkDirclassSvnRemoteSetLockclassSvnRemoteSetPropertyImplclassSvnRemoteSetRevisionPropertyclassSvnRemoteUnlock -
Uses of ISVNCanceller in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNCanceller Modifier and Type Field Description private ISVNCancellerSVNRepository. myCancellerMethods in org.tmatesoft.svn.core.io that return ISVNCanceller Modifier and Type Method Description ISVNCancellerSVNRepository. 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 voidSVNRepository. 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 classJavaHLEventHandler -
Uses of ISVNCanceller in org.tmatesoft.svn.core.replicator
Classes in org.tmatesoft.svn.core.replicator that implement ISVNCanceller Modifier and Type Class Description classSVNRepositoryReplicatorThe 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 interfaceISVNEventHandlerThe 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 classSVNEventAdapterSVNEventAdapter is an adapter class forISVNEventHandler.Fields in org.tmatesoft.svn.core.wc declared as ISVNCanceller Modifier and Type Field Description private ISVNCancellerDefaultSVNRepositoryPool. myCancellerMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNCanceller Modifier and Type Method Description voidDefaultSVNRepositoryPool. setCanceller(ISVNCanceller canceller)Sets a canceller to be used in allSVNRepositoryobjects produced by this pool.voidISVNRepositoryPool. setCanceller(ISVNCanceller canceller)Updates canceller instance referenced bySVNRepositoryobjects currently in the pool.voidSVNClientManager. 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 interfaceISVNAdminEventHandlerThe 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 classSVNAdminBasicClientThe SVNBasicClient is the base class of all SVN*Client classes that provides a common interface and realization.classSVNAdminClientThe SVNAdminClient class provides methods that brings repository-side functionality and repository synchronizing features.classSVNAdminEventAdapterSVNAdminEventAdapter is an adapter class forISVNAdminEventHandler.classSVNLookClientThe 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 ISVNCanceller Modifier and Type Field Description private ISVNCancellerSvnOperationFactory. cancellerMethods in org.tmatesoft.svn.core.wc2 that return ISVNCanceller Modifier and Type Method Description ISVNCancellerISvnOperationOptionsProvider. getCanceller()Gets the cancel handler of the operation.ISVNCancellerSvnOperation. getCanceller()Gets the cancel handler of the operation, provided bySvnOperationFactory.getCanceller().ISVNCancellerSvnOperationFactory. 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 voidSvnOperationFactory. setCanceller(ISVNCanceller canceller)Sets the cancel handler of the operation.
-