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.
Version:
1.1.1
Author:
TMate Software Ltd.
Since:
1.1.1

Field Summary

static SVNAdminEventAction
REVISION_DUMPED
A 'next revision dumped' action.
static SVNAdminEventAction
REVISION_LOADED
A 'next revision loaded' action.
static SVNAdminEventAction
TRANSACTION_LISTED
A 'next transaction listed' action.
static SVNAdminEventAction
TRANSACTION_REMOVED
A 'next transaction removed' action.

Method Summary

int
getID()
Returns an action id
String
toString()
Gives a string representation of this action.

Field Details

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.

Method Details

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-2006 TMate Software Ltd. All Rights Reserved.