Uses of Class
org.tmatesoft.svn.core.wc.SVNEventAction
Packages that use SVNEventAction
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNEventAction in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNEventActionModifier and TypeMethodDescriptionstatic int
JavaHLObjectFactory.getNotifyActionValue
(SVNEventAction action) -
Uses of SVNEventAction in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNEventActionModifier and TypeFieldDescriptionprotected SVNEventAction
SVNRemoteDiffEditor.KindActionState.myAction
protected SVNEventAction
SVNRemoteDiffEditor.KindActionState.myExpectedAction
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNEventActionModifier and TypeMethodDescriptionprotected void
SVNRemoteDiffEditor.addDeletedPath
(String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted) static SVNEvent
SVNEventFactory.createErrorEvent
(SVNErrorMessage error, SVNEventAction expectedAction) static SVNEvent
SVNEventFactory.createLockEvent
(File file, SVNEventAction action, SVNLock lock, SVNErrorMessage error) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName) private boolean
SVNMergeDriver.notifySingleFileMerge
(File targetWCPath, SVNEventAction action, SVNStatusType cstate, SVNStatusType pstate, SVNEvent headerEvent, boolean isHeaderSent) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNEventActionModifierConstructorDescriptionSVNEventExt
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) -
Uses of SVNEventAction in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNEventActionModifier and TypeMethodDescriptionprivate void
SVNUpdateEditor17.doNotification
(File localAbspath, SVNNodeKind kind, SVNEventAction action, SVNURL url, SVNURL previousURL) -
Uses of SVNEventAction in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNEventActionModifier and TypeMethodDescriptionstatic SVNEventAction
SvnWcDbStatementUtil.getColumnEventAction
(SVNSqlJetStatement stmt, Enum<?> f) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNEventActionModifier and TypeMethodDescriptionstatic void
SVNWCDb.updateMoveListAdd
(SVNWCDbRoot wcRoot, File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState) -
Uses of SVNEventAction in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNEventActionModifier and TypeFieldDescription(package private) SVNEventAction
SvnNgRemoteDiffEditor.DeletedPath.action
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNEventActionModifier and TypeMethodDescriptionprivate void
SvnNgMergeCallback2.recordSkip
(File localAbsPath, SVNNodeKind kind, SVNEventAction action, SVNStatusType state) -
Uses of SVNEventAction in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNEventActionModifier and TypeMethodDescriptionprivate static ClientNotifyInformation.Action
SVNClientImpl.getClientNotifyInformationAction
(SVNEventAction action) -
Uses of SVNEventAction in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNEventActionModifier and TypeFieldDescriptionstatic final SVNEventAction
SVNEventAction.ADD
Denotes that a new item is scheduled for addition.static final SVNEventAction
SVNEventAction.ANNOTATE
Denotes that file blaming is started.static final SVNEventAction
SVNEventAction.CHANGELIST_CLEAR
Denotes that changelist name is cleared.static final SVNEventAction
SVNEventAction.CHANGELIST_MOVED
Denotes that a path has moved from one changelist to another.static final SVNEventAction
SVNEventAction.CHANGELIST_SET
Denotes that changelist name is set.static final SVNEventAction
SVNEventAction.CLEANUP_EXTERNAL
static final SVNEventAction
SVNEventAction.COMMIT_ADDED
In a commit operation denotes adding a new item to the repository.static final SVNEventAction
SVNEventAction.COMMIT_COMPLETED
In a commit operation denotes that the operation itself is completed (for instance, in a console client can be used to print out the committed revision).static final SVNEventAction
SVNEventAction.COMMIT_DELETED
In a commit operation denotes deleting the item from the repository.static final SVNEventAction
SVNEventAction.COMMIT_DELTA_SENT
In a commit operation denotes the final stage of the operation - sending all file data and finalizing the commit.static final SVNEventAction
SVNEventAction.COMMIT_FINALIZING
static final SVNEventAction
SVNEventAction.COMMIT_MODIFIED
In a commit operation denotes sending the item's modifications to the repository.static final SVNEventAction
SVNEventAction.COMMIT_REPLACED
In a commit operation denotes replacing (one item was deleted while another one with the same name was added) the item in the repository.static final SVNEventAction
SVNEventAction.COPY
Denotes that the item is copied with history.static final SVNEventAction
SVNEventAction.DELETE
Denotes that the item is scheduled for deletion.static final SVNEventAction
SVNEventAction.FAILED_CONFLICT
static final SVNEventAction
SVNEventAction.FAILED_EXTERNAL
static final SVNEventAction
SVNEventAction.FAILED_FORBIDDEN_BY_SERVER
static final SVNEventAction
SVNEventAction.FAILED_LOCKED
static final SVNEventAction
SVNEventAction.FAILED_MISSING
static final SVNEventAction
SVNEventAction.FAILED_OBSTRUCTION
static final SVNEventAction
SVNEventAction.FAILED_OUT_OF_DATE
static final SVNEventAction
SVNEventAction.FAILED_REQUIRES_TARGET
static final SVNEventAction
SVNEventAction.FAILED_REVERT
Denotes that a revert operation failed.static final SVNEventAction
SVNEventAction.FOREIGN_COPY_BEGIN
static final SVNEventAction
SVNEventAction.FOREIGN_MERGE_BEGIN
Denotes that a merge operation (to path) from a foreign repository has begun.static final SVNEventAction
SVNEventAction.INFO_EXTERNAL
static final SVNEventAction
SVNEventAction.LOCK_FAILED
Denotes that locking a file item failed.static final SVNEventAction
SVNEventAction.LOCKED
Denotes that the file item is locked as a result of a locking operation.static final SVNEventAction
SVNEventAction.MERGE_BEGIN
Denotes that a merge operation (to path) has begun.static final SVNEventAction
SVNEventAction.MERGE_COMPLETE
static final SVNEventAction
SVNEventAction.MERGE_ELIDE_INFO
static final SVNEventAction
SVNEventAction.MERGE_RECORD_INFO
static final SVNEventAction
SVNEventAction.MERGE_RECORD_INFO_BEGIN
static final SVNEventAction
SVNEventAction.MOVE_BROKEN
private SVNEventAction
SVNEvent.myAction
private SVNEventAction
SVNEvent.myExpectedAction
static final SVNEventAction
SVNEventAction.PATCH
static final SVNEventAction
SVNEventAction.PATCH_APPLIED_HUNK
static final SVNEventAction
SVNEventAction.PATCH_HUNK_ALREADY_APPLIED
static final SVNEventAction
SVNEventAction.PATCH_REJECTED_HUNK
static final SVNEventAction
SVNEventAction.PATH_NONEXISTENT
static final SVNEventAction
SVNEventAction.PROGRESS
Reserved for future purposes.static final SVNEventAction
SVNEventAction.PROPERTY_ADD
static final SVNEventAction
SVNEventAction.PROPERTY_DELETE
static final SVNEventAction
SVNEventAction.PROPERTY_DELETE_NONEXISTENT
static final SVNEventAction
SVNEventAction.PROPERTY_MODIFY
static final SVNEventAction
SVNEventAction.RESOLVED
Denotes that the conflict on the item is resolved (the item is marked resolved).static final SVNEventAction
SVNEventAction.RESOLVER_DONE
static final SVNEventAction
SVNEventAction.RESOLVER_STARTING
static final SVNEventAction
SVNEventAction.RESTORE
Denotes that the deleted item is restored (prior to be updated).static final SVNEventAction
SVNEventAction.REVERT
Denotes that all local changes to the item were reverted.static final SVNEventAction
SVNEventAction.REVPROP_DELETE
static final SVNEventAction
SVNEventAction.REVPROPER_SET
static final SVNEventAction
SVNEventAction.SKIP
Denotes that the operation is skipped due to errors (inability to be performed, etc.).static final SVNEventAction
SVNEventAction.SKIP_CONFLICTED
static final SVNEventAction
SVNEventAction.STATUS_COMPLETED
In a remote status operation denotes that the operation itself is completed - used to get the latest repository revision against which the status was invoked.static final SVNEventAction
SVNEventAction.STATUS_EXTERNAL
In a status operation denotes that the status is performed on an external item.static final SVNEventAction
SVNEventAction.TREE_CONFLICT
static final SVNEventAction
SVNEventAction.UNLOCK_FAILED
Denotes that unlocking a file item failed.static final SVNEventAction
SVNEventAction.UNLOCKED
Denotes that the file item is unlocked as a result of an unlocking operation.static final SVNEventAction
SVNEventAction.UPDATE_ADD
In an update operation denotes that the item is added to the Working Copy (as it was added in the repository).static final SVNEventAction
SVNEventAction.UPDATE_BROKEN_LOCK
static final SVNEventAction
SVNEventAction.UPDATE_COMPLETED
In an update operation denotes that the operation itself is completed (for instance, in a console client can be used to print out the revision updated to).static final SVNEventAction
SVNEventAction.UPDATE_DELETE
In an update operation denotes that the item is deleted from the Working Copy (as it was deleted in the repository).static final SVNEventAction
SVNEventAction.UPDATE_EXISTS
Denotes that tried adding a path that already exists.static final SVNEventAction
SVNEventAction.UPDATE_EXTERNAL
In an update operation denotes that the item being updated is external.static final SVNEventAction
SVNEventAction.UPDATE_EXTERNAL_REMOVED
static final SVNEventAction
SVNEventAction.UPDATE_NONE
In an update operation denotes that the item is not modified, but its children are.static final SVNEventAction
SVNEventAction.UPDATE_REPLACE
Denotes a replace notification.static final SVNEventAction
SVNEventAction.UPDATE_SHADOWED_ADD
static final SVNEventAction
SVNEventAction.UPDATE_SHADOWED_DELETE
static final SVNEventAction
SVNEventAction.UPDATE_SHADOWED_UPDATE
static final SVNEventAction
SVNEventAction.UPDATE_SKIP_ACCESS_DENINED
static final SVNEventAction
SVNEventAction.UPDATE_SKIP_OBSTRUCTION
static final SVNEventAction
SVNEventAction.UPDATE_SKIP_WORKING_ONLY
static final SVNEventAction
SVNEventAction.UPDATE_STARTED
static final SVNEventAction
SVNEventAction.UPDATE_UPDATE
In an update operation denotes that the item is modified (there are changes received from the repository).static final SVNEventAction
SVNEventAction.UPGRADE
Denotes that the current format of the working copy administrative area is upgraded to a newer one.static final SVNEventAction
SVNEventAction.UPGRADED_PATH
An working copy directory was upgraded to the latest formatFields in org.tmatesoft.svn.core.wc with type parameters of type SVNEventActionModifier and TypeFieldDescriptionprivate static Map<Integer,
SVNEventAction> SVNEventAction.allActions
Methods in org.tmatesoft.svn.core.wc that return SVNEventActionModifier and TypeMethodDescriptionprivate static SVNEventAction
SVNEventAction.createEventAction
(int id, String name) SVNEvent.getAction()
Gets the type of an action performed upon the item.static SVNEventAction
SVNEventAction.getEventActionById
(int id) SVNEvent.getExpectedAction()
Returns the expected action.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNEventActionModifierConstructorDescriptionSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, SVNProperties revisionProperties, String propertyName) Constructs an SVNEvent object.SVNEvent
(SVNErrorMessage errorMessage, SVNEventAction expected) Constructs an SVNEvent object given an error message for a filed operation.