org.tmatesoft.svn.core.wc.admin

Class SVNAdminEventAction

public class SVNAdminEventAction extends Object

The SVNAdminEventAction is an enumeration of possible actions that may take place in different methods of SVNAdminClient.

Since: 1.1.1

Version: 1.1.1

Author: TMate Software Ltd.

Field Summary
static SVNAdminEventActionLOCK_LISTED
static SVNAdminEventActionNOT_LOCKED
static SVNAdminEventActionREVISION_DUMPED
A 'next revision dumped' action.
static SVNAdminEventActionREVISION_LOAD
An action that denotes a next revision load is started.
static SVNAdminEventActionREVISION_LOADED
An action that denotes a next revision load is completed.
static SVNAdminEventActionREVISION_LOAD_ADD_PATH
An action that denotes adding a next path within the current revision being loaded.
static SVNAdminEventActionREVISION_LOAD_DELETE_PATH
An action that denotes deleting a next path within the current revision being loaded.
static SVNAdminEventActionREVISION_LOAD_EDIT_PATH
An action that denotes editing a next path within the current revision being loaded.
static SVNAdminEventActionREVISION_LOAD_REPLACE_PATH
An action that denotes replacing a next path within the current revision being loaded.
static SVNAdminEventActionTRANSACTION_LISTED
A 'next transaction listed' action.
static SVNAdminEventActionTRANSACTION_REMOVED
A 'next transaction removed' action.
static SVNAdminEventActionUNLOCKED
static SVNAdminEventActionUNLOCK_FAILED
Method Summary
intgetID()
Returns an action id
StringtoString()
Gives a string representation of this action.

Field Detail

LOCK_LISTED

public static final SVNAdminEventAction LOCK_LISTED

NOT_LOCKED

public static final SVNAdminEventAction NOT_LOCKED

REVISION_DUMPED

public static final SVNAdminEventAction REVISION_DUMPED
A 'next revision dumped' action.

REVISION_LOAD

public static final SVNAdminEventAction REVISION_LOAD
An action that denotes a next revision load is started.

REVISION_LOADED

public static final SVNAdminEventAction REVISION_LOADED
An action that denotes a next revision load is completed.

REVISION_LOAD_ADD_PATH

public static final SVNAdminEventAction REVISION_LOAD_ADD_PATH
An action that denotes adding a next path within the current revision being loaded.

REVISION_LOAD_DELETE_PATH

public static final SVNAdminEventAction REVISION_LOAD_DELETE_PATH
An action that denotes deleting a next path within the current revision being loaded.

REVISION_LOAD_EDIT_PATH

public static final SVNAdminEventAction REVISION_LOAD_EDIT_PATH
An action that denotes editing a next path within the current revision being loaded.

REVISION_LOAD_REPLACE_PATH

public static final SVNAdminEventAction REVISION_LOAD_REPLACE_PATH
An action that denotes replacing a next path within the current revision being loaded.

TRANSACTION_LISTED

public static final SVNAdminEventAction TRANSACTION_LISTED
A 'next transaction listed' action.

TRANSACTION_REMOVED

public static final SVNAdminEventAction TRANSACTION_REMOVED
A 'next transaction removed' action.

UNLOCKED

public static final SVNAdminEventAction UNLOCKED

UNLOCK_FAILED

public static final SVNAdminEventAction UNLOCK_FAILED

Method Detail

getID

public int getID()
Returns an action id

Returns: id of this action

toString

public String toString()
Gives a string representation of this action.

Returns: string representation of this object

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.