Uses of Interface
org.tmatesoft.svn.core.wc.ISVNEventHandler
-
Packages that use ISVNEventHandler Package Description 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.wc17.db org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.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.org.tmatesoft.svn.core.wc2 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 ISVNEventHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNEventHandler Modifier and Type Class Description classSVNNotifyPrinter -
Uses of ISVNEventHandler in org.tmatesoft.svn.cli.svnadmin
Classes in org.tmatesoft.svn.cli.svnadmin that implement ISVNEventHandler Modifier and Type Class Description classSVNAdminDumpCommandclassSVNAdminListTransactionsCommandclassSVNAdminLoadCommandclassSVNAdminPackCommandclassSVNAdminRecoverCommandclassSVNAdminRemoveTransactionsCommandclassSVNAdminUpgradeCommandclassSVNAdminVerifyCommand -
Uses of ISVNEventHandler in org.tmatesoft.svn.cli.svndumpfilter
Classes in org.tmatesoft.svn.cli.svndumpfilter that implement ISVNEventHandler Modifier and Type Class Description classSVNDumpFilterExcludeCommandclassSVNDumpFilterIncludeCommand -
Uses of ISVNEventHandler in org.tmatesoft.svn.cli.svnsync
Classes in org.tmatesoft.svn.cli.svnsync that implement ISVNEventHandler Modifier and Type Class Description classSVNSyncCopyRevPropsCommandclassSVNSyncInitializeCommandclassSVNSyncSynchronizeCommand -
Uses of ISVNEventHandler in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNAnnotationGenerator. myCancelBatonConstructors in org.tmatesoft.svn.core with parameters of type ISVNEventHandler Constructor Description SVNAnnotationGenerator(java.lang.String path, java.io.File tmpDirectory, long startRevision, boolean force, boolean includeMergedRevisions, SVNDiffOptions diffOptions, java.lang.String encoding, ISVNAnnotateHandler handler, ISVNEventHandler cancelBaton)Constructs an annotation generator object.SVNAnnotationGenerator(java.lang.String path, java.io.File tmpDirectory, long startRevision, boolean force, ISVNEventHandler cancelBaton)Constructs an annotation generator object.SVNAnnotationGenerator(java.lang.String path, java.io.File tmpDirectory, long startRevision, boolean force, SVNDiffOptions diffOptions, ISVNEventHandler cancelBaton)Constructs an annotation generator object.SVNAnnotationGenerator(java.lang.String path, java.io.File tmpDirectory, long startRevision, ISVNEventHandler cancelBaton)Constructs an annotation generator object. -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNEventHandler Modifier and Type Class Description classSVNCopyDriverclassSVNMergeDriverFields in org.tmatesoft.svn.core.internal.wc declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNNodeEditor. myCancelHandlerprotected ISVNEventHandlerSVNRemoteDiffEditor. myCancelHandlerprivate ISVNEventHandlerSVNExportEditor. myEventDispatcherprotected ISVNEventHandlerSVNRemoteDiffEditor. myEventHandlerMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNEventHandler Modifier and Type Method Description private voidSVNCopyDriver. addLocalParents(java.io.File path, ISVNEventHandler handler)static voidSVNWCManager. canDelete(java.io.File path, ISVNOptions options, ISVNEventHandler eventHandler)static SVNCommitInfoSVNCommitter. commit(java.util.Collection tmpFiles, java.util.Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler)static voidSVNFileUtil. copyDirectory(java.io.File srcDir, java.io.File dstDir, boolean copyAdminDir, ISVNEventHandler cancel)static voidSVNFileUtil. deleteAll(java.io.File dir, ISVNEventHandler cancelBaton)static SVNRevisionStatusSVNStatusUtil. getRevisionStatus(java.io.File wcPath, java.lang.String trailURL, boolean committed, ISVNEventHandler eventHandler)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNEventHandler Constructor Description SVNExportEditor(ISVNEventHandler eventDispatcher, java.lang.String url, java.io.File dstPath, boolean force, java.lang.String eolStyle, boolean expandKeywords, java.lang.String repositoryRootUrl, ISVNOptions options)SVNNodeEditor(FSFS fsfs, FSRoot baseRoot, ISVNEventHandler handler)SVNRemoteDiffEditor(SVNAdminArea adminArea, java.io.File target, AbstractDiffCallback callback, SVNRepository repos, long revision1, long revision2, boolean dryRun, ISVNEventHandler handler, ISVNEventHandler cancelHandler) -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc.admin
Classes in org.tmatesoft.svn.core.internal.wc.admin that implement ISVNEventHandler Modifier and Type Class Description classSVNWCAccessFields in org.tmatesoft.svn.core.internal.wc.admin declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNWCAccess. myEventHandlerMethods in org.tmatesoft.svn.core.internal.wc.admin that return ISVNEventHandler Modifier and Type Method Description ISVNEventHandlerSVNWCAccess. getEventHandler()Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNEventHandler Modifier and Type Method Description static SVNWCAccessSVNWCAccess. newInstance(ISVNEventHandler eventHandler)voidSVNWCAccess. setEventHandler(ISVNEventHandler handler)Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNEventHandler Constructor Description SVNWCAccess(ISVNEventHandler handler) -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc16
Classes in org.tmatesoft.svn.core.internal.wc16 that implement ISVNEventHandler 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.Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNBasicDelegate. myEventDispatcherprivate ISVNEventHandlerSVNBasicDelegate.LocationsLogEntryHandler. myEventHandlerMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNEventHandler Modifier and Type Method Description protected ISVNEventHandlerSVNBasicDelegate. getEventDispatcher()Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNEventHandler Modifier and Type Method Description voidSVNBasicDelegate. setEventHandler(ISVNEventHandler dispatcher)Sets an event handler for this object.voidSVNMoveClient16. setEventHandler(ISVNEventHandler dispatcher)Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNEventHandler Constructor Description LocationsLogEntryHandler(java.lang.String path, long startRevision, long endRevision, long pegRevision, SVNNodeKind kind, ISVNEventHandler eventHandler) -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNEventHandler 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 ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNTreeConflictEditor. eventHandlerISVNEventHandlerSVNWCContext.ConflictStatusWalker. eventHandlerFields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type ISVNEventHandler Modifier and Type Field Description private java.util.Stack<ISVNEventHandler>SVNWCContext. eventHandlerMethods in org.tmatesoft.svn.core.internal.wc17 that return ISVNEventHandler Modifier and Type Method Description ISVNEventHandlerSVNWCContext. getEventHandler()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNEventHandler Modifier and Type Method Description voidSVNWCContext. pushEventHandler(ISVNEventHandler handler)voidSVNWCContext. setEventHandler(ISVNEventHandler handler)Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNEventHandler Constructor Description SVNWCContext(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ, ISVNEventHandler eventHandler)SVNWCContext(ISVNWCDb db, ISVNEventHandler eventHandler)SVNWCContext(ISVNOptions config, ISVNEventHandler eventHandler) -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNWCDb.BumpRevisionPostUpdate. eventHandlerISVNEventHandlerSVNWCDb.Delete. eventHandler(package private) ISVNEventHandlerSvnWcDbChangelist.Changelist. eventHandlerMethods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNEventHandler Modifier and Type Method Description static voidSvnWcDbRevert. notifyRevert(SVNWCContext context, java.io.File localAbsPath, ISVNEventHandler eventHandler)voidISVNWCDb. opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler)voidSVNWCDb. opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler)voidISVNWCDb. opDelete(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler handler)voidSVNWCDb. opDelete(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler eventHandler)voidISVNWCDb. opSetChangelist(java.io.File localAbsPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler handler)use NULL to remove from a changelist.voidSVNWCDb. opSetChangelist(java.io.File localAbspath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler)voidISVNWCDb. resolveBreakMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)voidSVNWCDb. resolveBreakMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)voidISVNWCDb. resolveDeleteRaiseMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)voidSVNWCDb. resolveDeleteRaiseMovedAway(java.io.File localAbsPath, ISVNEventHandler eventHandler)static voidSvnWcDbChangelist. setChangelist(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String changelistName, java.lang.String[] changeLists, SVNDepth depth, ISVNEventHandler eventHandler)voidISVNWCDb. updateMovedAwayConflictVictim(java.io.File victimAbsPath, ISVNEventHandler eventHandler)voidSVNWCDb. updateMovedAwayConflictVictim(java.io.File victimAbsPath, ISVNEventHandler eventHandler)voidSVNWCDb. updateMoveListNotify(SVNWCDbRoot wcRoot, long oldRevision, long newRevision, ISVNEventHandler eventHandler) -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc2
Classes in org.tmatesoft.svn.core.internal.wc2 that implement ISVNEventHandler 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 ISVNEventHandler in org.tmatesoft.svn.core.internal.wc2.admin
-
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSvnNgCleanup.CleanupStatusWalk. eventHandlerISVNEventHandlerSvnNgCommitUtil.CommitStatusWalker. eventHandlerprivate ISVNEventHandlerSvnNgRemoteDiffEditor. eventHandlerMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNEventHandler Modifier and Type Method Description static SvnNgRemoteDiffEditorSvnNgRemoteDiffEditor. createEditor(SVNWCContext context, java.io.File target, SVNDepth depth, SVNRepository repository, long revision, boolean walkDeletedDirs, boolean dryRun, boolean pureRemoteDiff, ISvnDiffCallback diffCallback, ISVNEventHandler handler)static voidSvnNgRemove. delete(SVNWCContext context, java.io.File path, java.io.File movedToAbsPath, boolean keepLocal, boolean deleteUnversioned, ISVNEventHandler handler)private static voidSvnNgCommitUtil. handleDescendants(SVNWCContext context, SvnCommitPacket packet, SVNURL rootUrl, java.util.Collection<SvnCommitItem> items, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISVNEventHandler eventHandler)static voidSvnNgCommitUtil. harvestCommittables(SVNWCContext context, java.io.File localAbsPath, SvnCommitPacket committables, java.util.Map<SVNURL,java.lang.String> lockTokens, SVNURL repositoryRootUrl, java.io.File copyModeRelPath, boolean copyModeRoot, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, java.util.Map<java.io.File,java.io.File> danglers, boolean skipFiles, boolean skipDirs, SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage, ISVNEventHandler eventHandler)static voidSvnNgRevert. restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier)static voidSvnNgRevert. restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, java.util.Collection<java.lang.String> changelists)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver)static intSvnNgUpgradeSDb. upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNEventHandler Modifier and Type Class Description classSvnOldAddclassSvnOldAnnotateclassSvnOldCanonicalizeUrlsclassSvnOldCatclassSvnOldCheckoutclassSvnOldCleanupclassSvnOldCommitclassSvnOldCopyclassSvnOldDiffclassSvnOldExportclassSvnOldGetChangelistPathsclassSvnOldGetInfoclassSvnOldGetMergeInfoclassSvnOldGetPropertiesclassSvnOldGetStatusclassSvnOldGetStatusSummaryclassSvnOldImportclassSvnOldListclassSvnOldLogMergeInfoclassSvnOldMarkReplacedclassSvnOldMergeclassSvnOldRelocateclassSvnOldRemoteCopyclassSvnOldRemoveclassSvnOldResolveclassSvnOldRevertclassSvnOldRunner<V,T extends SvnOperation<V>>classSvnOldSetChangelistclassSvnOldSetLockclassSvnOldSetPropertyclassSvnOldSuggestMergeSourcesclassSvnOldSwitchclassSvnOldUnlockclassSvnOldUpdateclassSvnOldUpgrade -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNEventHandler Modifier and Type Class Description classSvnNgReposToReposCopyclassSvnRemoteAnnotateclassSvnRemoteCatclassSvnRemoteDiffclassSvnRemoteExportclassSvnRemoteGetInfoclassSvnRemoteGetPropertiesclassSvnRemoteGetRevisionPropertiesclassSvnRemoteListclassSvnRemoteLogclassSvnRemoteRemoteDeleteclassSvnRemoteRemoteMkDirclassSvnRemoteSetLockclassSvnRemoteSetPropertyImplclassSvnRemoteSetRevisionPropertyclassSvnRemoteUnlock -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNClientImpl. mySVNEventListenerMethods in org.tmatesoft.svn.core.javahl that return ISVNEventHandler Modifier and Type Method Description protected ISVNEventHandlerSVNClientImpl. getEventListener() -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNEventHandler Modifier and Type Class Description classJavaHLEventHandler -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.replicator
Classes in org.tmatesoft.svn.core.replicator that implement ISVNEventHandler Modifier and Type Class Description classSVNRepositoryReplicatorThe SVNRepositoryReplicator class provides an ability to make a copy of an existing repository. -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNEventHandler Modifier and Type Class Description classSVNEventAdapterSVNEventAdapter is an adapter class forISVNEventHandler.Fields in org.tmatesoft.svn.core.wc declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNClientManager. myEventHandlerMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNEventHandler Modifier and Type Method Description voidSVNBasicClient. setEventHandler(ISVNEventHandler dispatcher)Sets an event handler for this object.voidSVNClientManager. setEventHandler(ISVNEventHandler handler)Sets an event handler to all SVN*Client objects created and kept by this SVNClientManager. -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.wc.admin
Subinterfaces of ISVNEventHandler 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 ISVNEventHandler 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.Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSVNReplayHandler. myCancellerprivate ISVNEventHandlerSVNAdminBasicClient. myEventDispatcherMethods in org.tmatesoft.svn.core.wc.admin that return ISVNEventHandler Modifier and Type Method Description protected ISVNEventHandlerSVNAdminBasicClient. getEventDispatcher()Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNEventHandler Modifier and Type Method Description voidSVNAdminBasicClient. setEventHandler(ISVNEventHandler dispatcher)Sets an event handler for this object.voidSVNAdminClient. setEventHandler(ISVNEventHandler handler)Sets an event handler for this object.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNEventHandler Constructor Description SVNReplayHandler(SVNRepository targetRepository, boolean hasCommitRevPropsCapability, ISVNLogEntryHandler logEntryHandler, ISVNDebugLog debugLog, ISVNEventHandler canceller, SVNAdminClient adminClient)Creates a new replay handler. -
Uses of ISVNEventHandler in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNEventHandler Modifier and Type Field Description private ISVNEventHandlerSvnOperationFactory. eventHandlerMethods in org.tmatesoft.svn.core.wc2 that return ISVNEventHandler Modifier and Type Method Description ISVNEventHandlerISvnOperationOptionsProvider. getEventHandler()Gets the event handler for the operation.ISVNEventHandlerSvnOperation. getEventHandler()Gets the event handler for the operation, provided bySvnOperationFactory.getEventHandler().ISVNEventHandlerSvnOperationFactory. getEventHandler()Gets the event handler for the operation.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNEventHandler Modifier and Type Method Description voidSvnOperationFactory. setEventHandler(ISVNEventHandler eventHandler)Sets the event handler for the operation.
-