Uses of Class
org.tmatesoft.svn.core.wc.SVNEvent
Packages that use SVNEvent
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
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.
-
Uses of SVNEvent in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNEventModifier and TypeMethodDescriptionstatic NotifyInformation
JavaHLObjectFactory.createNotifyInformation
(SVNEvent event, java.lang.String path) -
Uses of SVNEvent in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNNotifyPrinter.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNAdminDumpCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminListTransactionsCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminLoadCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminPackCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminRecoverCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminRemoveTransactionsCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminUpgradeCommand.handleEvent
(SVNEvent event, double progress) void
SVNAdminVerifyCommand.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNDumpFilterExcludeCommand.handleEvent
(SVNEvent event, double progress) void
SVNDumpFilterIncludeCommand.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNSyncCopyRevPropsCommand.handleEvent
(SVNEvent event, double progress) void
SVNSyncInitializeCommand.handleEvent
(SVNEvent event, double progress) void
SVNSyncSynchronizeCommand.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.core.internal.wc
Subclasses of SVNEvent in org.tmatesoft.svn.core.internal.wcMethods in org.tmatesoft.svn.core.internal.wc that return SVNEventModifier and TypeMethodDescriptionstatic SVNEvent
SVNEventFactory.createErrorEvent
(SVNErrorMessage error, SVNEventAction expectedAction) static SVNEvent
SVNEventFactory.createLockEvent
(java.io.File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) static SVNEvent
SVNEventFactory.createSVNEvent
(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount) static SVNEvent
SVNEventFactory.createSVNEvent
(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, java.lang.String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, java.lang.String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNMergeDriver.handleEvent
(SVNEvent event, double progress) private boolean
SVNMergeDriver.isOperativeNotification
(SVNEvent event) private boolean
SVNMergeDriver.notifySingleFileMerge
(java.io.File targetWCPath, SVNEventAction action, SVNStatusType cstate, SVNStatusType pstate, SVNEvent headerEvent, boolean isHeaderSent) -
Uses of SVNEvent in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNWCAccess.handleEvent
(SVNEvent event) void
SVNWCAccess.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNEventModifier and TypeMethodDescriptionprotected void
SVNBasicDelegate.dispatchEvent
(SVNEvent event) protected void
SVNBasicDelegate.dispatchEvent
(SVNEvent event, double progress) void
SVNBasicDelegate.handleEvent
(SVNEvent event, double progress) Dispatches events to the registered event handler (if any). -
Uses of SVNEvent in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SVNEventModifier and TypeMethodDescriptionprotected void
SvnOperationRunner.handleEvent
(SVNEvent event) void
SvnOperationRunner.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNEventModifier and TypeMethodDescriptionprivate void
SvnNgRemoteDiffEditor.handleEvent
(SVNEvent event) private static boolean
SvnNgMergeDriver.isOperativeNotification
(SVNEvent event) -
Uses of SVNEvent in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNEventModifier and TypeMethodDescription(package private) static ClientNotifyInformation
SVNClientImpl.getClientNotifyInformation
(java.lang.String pathPrefix, SVNEvent event, java.lang.String path) void
JavaHLEventHandler.handleEvent
(SVNEvent event, double progress) -
Uses of SVNEvent in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
SVNRepositoryReplicator.handleEvent
(SVNEvent event, double progress) Does nothing. -
Uses of SVNEvent in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type SVNEventModifier and TypeMethodDescriptionvoid
ISVNEventHandler.handleEvent
(SVNEvent event, double progress) Handles the current event.void
SVNEventAdapter.handleEvent
(SVNEvent event, double progress) Does nothing. -
Uses of SVNEvent in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNEventModifier and TypeMethodDescriptionprotected void
SVNAdminBasicClient.dispatchEvent
(SVNEvent event, double progress) void
SVNAdminBasicClient.handleEvent
(SVNEvent event, double progress) Dispatches events to the registered event handler (if any).void
SVNAdminEventAdapter.handleEvent
(SVNEvent event, double progress) Does nothing.