org.tmatesoft.svn.core.wc.admin
public class SVNAdminEventAction extends Object
Since: 1.1.1
Version: 1.1.1
| Field Summary | |
|---|---|
| static SVNAdminEventAction | LOCK_LISTED |
| static SVNAdminEventAction | NOT_LOCKED |
| static SVNAdminEventAction | REVISION_DUMPED
A 'next revision dumped' action. |
| static SVNAdminEventAction | REVISION_LOAD
An action that denotes a next revision load is started. |
| static SVNAdminEventAction | REVISION_LOADED
An action that denotes a next revision load is completed. |
| static SVNAdminEventAction | REVISION_LOAD_ADD_PATH
An action that denotes adding a next path within the current revision being loaded. |
| static SVNAdminEventAction | REVISION_LOAD_DELETE_PATH
An action that denotes deleting a next path within the current revision being loaded. |
| static SVNAdminEventAction | REVISION_LOAD_EDIT_PATH
An action that denotes editing a next path within the current revision being loaded. |
| static SVNAdminEventAction | REVISION_LOAD_REPLACE_PATH
An action that denotes replacing a next path within the current revision being loaded. |
| static SVNAdminEventAction | TRANSACTION_LISTED
A 'next transaction listed' action. |
| static SVNAdminEventAction | TRANSACTION_REMOVED
A 'next transaction removed' action. |
| static SVNAdminEventAction | UNLOCKED |
| static SVNAdminEventAction | UNLOCK_FAILED |
| Method Summary | |
|---|---|
| int | getID()
Returns an action id
|
| String | toString()
Gives a string representation of this action.
|
Returns: id of this action
Returns: string representation of this object