Uses of Class
org.tmatesoft.svn.core.wc.SVNEvent
-
Packages that use SVNEvent Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli.svn org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.cli.svndumpfilter org.tmatesoft.svn.cli.svnsync org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.ng 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. -
-
Uses of SVNEvent in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNEvent Modifier and Type Method Description static 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 SVNEvent Modifier and Type Method Description voidSVNNotifyPrinter. 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 SVNEvent Modifier and Type Method Description voidSVNAdminDumpCommand. 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 SVNEvent Modifier and Type Method Description voidSVNDumpFilterExcludeCommand. 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 SVNEvent Modifier and Type Method Description voidSVNSyncCopyRevPropsCommand. 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.wc Modifier and Type Class Description classSVNEventExtMethods in org.tmatesoft.svn.core.internal.wc that return SVNEvent Modifier and Type Method Description static 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 SVNEvent Modifier and Type Method Description voidSVNMergeDriver. 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 SVNEvent Modifier and Type Method Description voidSVNWCAccess. 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 SVNEvent Modifier and Type Method Description protected 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 SVNEvent Modifier and Type Method Description protected 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 SVNEvent Modifier and Type Method Description private 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 SVNEvent Modifier and Type Method Description (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 SVNEvent Modifier and Type Method Description voidSVNRepositoryReplicator. 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 SVNEvent Modifier and Type Method Description voidISVNEventHandler. 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 SVNEvent Modifier and Type Method Description protected 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.
-