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.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 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 SVNEvent Modifier and Type Method Description void
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 SVNEvent Modifier and Type Method Description void
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 SVNEvent Modifier and Type Method Description void
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 SVNEvent Modifier and Type Method Description void
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.wc Modifier and Type Class Description class
SVNEventExt
Methods in org.tmatesoft.svn.core.internal.wc that return SVNEvent Modifier and Type Method Description static 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 SVNEvent Modifier and Type Method Description void
SVNMergeDriver. handleEvent(SVNEvent event, double progress)
-
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 void
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 SVNEvent Modifier and Type Method Description protected 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 SVNEvent Modifier and Type Method Description protected void
SvnOperationRunner. handleEvent(SVNEvent event)
void
SvnOperationRunner. handleEvent(SVNEvent event, double progress)
-
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 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 SVNEvent Modifier and Type Method Description void
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 SVNEvent Modifier and Type Method Description void
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 SVNEvent Modifier and Type Method Description protected 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.
-