Package | Description |
---|---|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Field and Description |
---|---|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_DROPPED_NODE
Informs of a dropped node during dumpfiltering.
|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_DROPPED_RENUMBERED_REVISION
Informs of the original revision that was dropped during dumpfiltering.
|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_RENUMBERED_REVISION
Informs of an original revision that was renumbered.
|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_REVISION_COMMITTED
Says that a next revision was processed during dumpfiltering.
|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_REVISION_SKIPPED
Informs that an original revision is dropped.
|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_TOTAL_NODES_DROPPED
Provides the total number of dropped nodes during dumpfiltering.
|
static SVNAdminEventAction |
SVNAdminEventAction.DUMP_FILTER_TOTAL_REVISIONS_DROPPED
Informs of the total number of dropped revisions.
|
static SVNAdminEventAction |
SVNAdminEventAction.LOCK_LISTED
A next lock is fetched from the repository.
|
private SVNAdminEventAction |
SVNAdminEvent.myAction |
static SVNAdminEventAction |
SVNAdminEventAction.NORMALIZED_PROPERTIES |
static SVNAdminEventAction |
SVNAdminEventAction.NOT_LOCKED
Says that a path is not locked.
|
static SVNAdminEventAction |
SVNAdminEventAction.PACK_END
Informs of a next shard packing end.
|
static SVNAdminEventAction |
SVNAdminEventAction.PACK_START
Informs of a next shard packing start.
|
static SVNAdminEventAction |
SVNAdminEventAction.RECOVERY_STARTED
Says that a recovery process is about to start.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_DUMPED
A 'next revision dumped' action.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_LOAD
An action that denotes a next revision load is started.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_LOAD_ADD_PATH
An action that denotes adding a next path within the current revision being loaded.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_LOAD_DELETE_PATH
An action that denotes deleting a next path within the current revision being loaded.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_LOAD_EDIT_PATH
An action that denotes editing a next path within the current revision being loaded.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_LOAD_REPLACE_PATH
An action that denotes replacing a next path within the current revision being loaded.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_LOADED
An action that denotes a next revision load is completed.
|
static SVNAdminEventAction |
SVNAdminEventAction.REVISION_PROPERTIES_COPIED
Says that revision properties were copied.
|
static SVNAdminEventAction |
SVNAdminEventAction.TRANSACTION_LISTED
A 'next transaction listed' action.
|
static SVNAdminEventAction |
SVNAdminEventAction.TRANSACTION_REMOVED
A 'next transaction removed' action.
|
static SVNAdminEventAction |
SVNAdminEventAction.UNLOCK_FAILED
Says that unlocking a path failed.
|
static SVNAdminEventAction |
SVNAdminEventAction.UNLOCKED
Says that a path was successfully unlocked.
|
static SVNAdminEventAction |
SVNAdminEventAction.UPGRADE
Says that an upgrade process is about to start.
|
Modifier and Type | Method and Description |
---|---|
SVNAdminEventAction |
SVNAdminEvent.getAction()
Returns the type of an action this event is fired for.
|
Constructor and Description |
---|
SVNAdminEvent(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.
|