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 NotifyInformationJavaHLObjectFactory.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 TypeMethodDescriptionvoidSVNNotifyPrinter.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 TypeMethodDescriptionvoidSVNAdminDumpCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminListTransactionsCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminLoadCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminPackCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminRecoverCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminRemoveTransactionsCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminUpgradeCommand.handleEvent(SVNEvent event, double progress) voidSVNAdminVerifyCommand.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 TypeMethodDescriptionvoidSVNDumpFilterExcludeCommand.handleEvent(SVNEvent event, double progress) voidSVNDumpFilterIncludeCommand.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 TypeMethodDescriptionvoidSVNSyncCopyRevPropsCommand.handleEvent(SVNEvent event, double progress) voidSVNSyncInitializeCommand.handleEvent(SVNEvent event, double progress) voidSVNSyncSynchronizeCommand.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 SVNEventSVNEventFactory.createErrorEvent(SVNErrorMessage error, SVNEventAction expectedAction) static SVNEventSVNEventFactory.createLockEvent(java.io.File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) static SVNEventSVNEventFactory.createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEventSVNEventFactory.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 SVNEventSVNEventFactory.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 SVNEventSVNEventFactory.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 SVNEventSVNEventFactory.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 SVNEventSVNEventFactory.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 TypeMethodDescriptionvoidSVNMergeDriver.handleEvent(SVNEvent event, double progress) private booleanSVNMergeDriver.isOperativeNotification(SVNEvent event) private booleanSVNMergeDriver.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 TypeMethodDescriptionvoidSVNWCAccess.handleEvent(SVNEvent event) voidSVNWCAccess.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 voidSVNBasicDelegate.dispatchEvent(SVNEvent event) protected voidSVNBasicDelegate.dispatchEvent(SVNEvent event, double progress) voidSVNBasicDelegate.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 voidSvnOperationRunner.handleEvent(SVNEvent event) voidSvnOperationRunner.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 voidSvnNgRemoteDiffEditor.handleEvent(SVNEvent event) private static booleanSvnNgMergeDriver.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 ClientNotifyInformationSVNClientImpl.getClientNotifyInformation(java.lang.String pathPrefix, SVNEvent event, java.lang.String path) voidJavaHLEventHandler.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 TypeMethodDescriptionvoidSVNRepositoryReplicator.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 TypeMethodDescriptionvoidISVNEventHandler.handleEvent(SVNEvent event, double progress) Handles the current event.voidSVNEventAdapter.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 voidSVNAdminBasicClient.dispatchEvent(SVNEvent event, double progress) voidSVNAdminBasicClient.handleEvent(SVNEvent event, double progress) Dispatches events to the registered event handler (if any).voidSVNAdminEventAdapter.handleEvent(SVNEvent event, double progress) Does nothing.