org.tmatesoft.svn.core.wc.admin
Class SVNAdminEventAction
public class SVNAdminEventAction
The SVNAdminEventAction is an enumeration of possible actions that
may take place in different methods of SVNAdminClient.
int | getID()- Returns an action id
|
String | toString()- Gives a string representation of this action.
|
REVISION_DUMPED
public static final SVNAdminEventAction REVISION_DUMPED
A 'next revision dumped' action.
REVISION_LOADED
public static final SVNAdminEventAction REVISION_LOADED
A 'next revision loaded' action.
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.
getID
public int getID()
Returns an action id
toString
public String toString()
Gives a string representation of this action.
- string representation of this object
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.