Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNAdminEventAction
Packages that use SVNAdminEventAction
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of SVNAdminEventAction in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNAdminEventActionModifier and TypeFieldDescriptionstatic final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_DROPPED_NODEInforms of a dropped node during dumpfiltering.static final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_DROPPED_RENUMBERED_REVISIONInforms of the original revision that was dropped during dumpfiltering.static final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_RENUMBERED_REVISIONInforms of an original revision that was renumbered.static final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_REVISION_COMMITTEDSays that a next revision was processed during dumpfiltering.static final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_REVISION_SKIPPEDInforms that an original revision is dropped.static final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_TOTAL_NODES_DROPPEDProvides the total number of dropped nodes during dumpfiltering.static final SVNAdminEventActionSVNAdminEventAction.DUMP_FILTER_TOTAL_REVISIONS_DROPPEDInforms of the total number of dropped revisions.static final SVNAdminEventActionSVNAdminEventAction.LOCK_LISTEDA next lock is fetched from the repository.private SVNAdminEventActionSVNAdminEvent.myActionstatic final SVNAdminEventActionSVNAdminEventAction.NORMALIZED_PROPERTIESstatic final SVNAdminEventActionSVNAdminEventAction.NOT_LOCKEDSays that a path is not locked.static final SVNAdminEventActionSVNAdminEventAction.PACK_ENDInforms of a next shard packing end.static final SVNAdminEventActionSVNAdminEventAction.PACK_STARTInforms of a next shard packing start.static final SVNAdminEventActionSVNAdminEventAction.RECOVERY_STARTEDSays that a recovery process is about to start.static final SVNAdminEventActionSVNAdminEventAction.REVISION_DUMPEDA 'next revision dumped' action.static final SVNAdminEventActionSVNAdminEventAction.REVISION_LOADAn action that denotes a next revision load is started.static final SVNAdminEventActionSVNAdminEventAction.REVISION_LOAD_ADD_PATHAn action that denotes adding a next path within the current revision being loaded.static final SVNAdminEventActionSVNAdminEventAction.REVISION_LOAD_DELETE_PATHAn action that denotes deleting a next path within the current revision being loaded.static final SVNAdminEventActionSVNAdminEventAction.REVISION_LOAD_EDIT_PATHAn action that denotes editing a next path within the current revision being loaded.static final SVNAdminEventActionSVNAdminEventAction.REVISION_LOAD_REPLACE_PATHAn action that denotes replacing a next path within the current revision being loaded.static final SVNAdminEventActionSVNAdminEventAction.REVISION_LOADEDAn action that denotes a next revision load is completed.static final SVNAdminEventActionSVNAdminEventAction.REVISION_PROPERTIES_COPIEDSays that revision properties were copied.static final SVNAdminEventActionSVNAdminEventAction.TRANSACTION_LISTEDA 'next transaction listed' action.static final SVNAdminEventActionSVNAdminEventAction.TRANSACTION_REMOVEDA 'next transaction removed' action.static final SVNAdminEventActionSVNAdminEventAction.UNLOCK_FAILEDSays that unlocking a path failed.static final SVNAdminEventActionSVNAdminEventAction.UNLOCKEDSays that a path was successfully unlocked.static final SVNAdminEventActionSVNAdminEventAction.UPGRADESays that an upgrade process is about to start.Methods in org.tmatesoft.svn.core.wc.admin that return SVNAdminEventActionModifier and TypeMethodDescriptionSVNAdminEvent.getAction()Returns the type of an action this event is fired for.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNAdminEventActionModifierConstructorDescriptionSVNAdminEvent(long revision, long originalRevision, SVNAdminEventAction action, java.lang.String message) Creates a new event.SVNAdminEvent(long revision, SVNAdminEventAction action, java.lang.String message) Creates a new event.SVNAdminEvent(java.lang.String txnName, java.io.File txnDir, SVNAdminEventAction action) Creates a new event.SVNAdminEvent(SVNAdminEventAction action) Creates a new event.SVNAdminEvent(SVNAdminEventAction action, long shard) Creates a new event to notify about a next shard being packed.SVNAdminEvent(SVNAdminEventAction action, java.lang.String message) Creates a new event.SVNAdminEvent(SVNAdminEventAction action, java.lang.String path, java.lang.String message) Creates a new event to notify about a next path being changed withing the revision being currently loaded.SVNAdminEvent(SVNAdminEventAction action, SVNLock lock, SVNErrorMessage error, java.lang.String message) Creates a new event.