|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.admin.SVNAdminEvent
The SVNAdminEvent is a type of an event used to notify callers' handlers in several methods of SVNAdminClient.
Constructor Summary | |
SVNAdminEvent(long revision,
long originalRevision,
SVNAdminEventAction action,
String message)
Creates a new event. |
|
SVNAdminEvent(long revision,
SVNAdminEventAction action,
String message)
Creates a new event. |
|
SVNAdminEvent(String txnName,
File txnDir,
SVNAdminEventAction action)
Creates a new event. |
|
SVNAdminEvent(SVNAdminEventAction action,
String path,
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,
String message)
|
Method Summary | |
SVNAdminEventAction |
getAction()
Returns the type of an action this event is fired for. |
SVNErrorMessage |
getError()
|
SVNLock |
getLock()
|
String |
getMessage()
|
long |
getOriginalRevision()
Returns the original revision from which a new one
is loaded. |
String |
getPath()
Returns an absolute repository path being changed within the current revision load iteration. |
long |
getRevision()
Returns a revision. |
File |
getTxnDir()
Returns a transaction directory Relevant for both SVNAdminClient.doListTransactions()
and SVNAdminClient.doRemoveTransactions()
operations. |
String |
getTxnName()
Returns a transaction name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNAdminEvent(long revision, long originalRevision, SVNAdminEventAction action, String message)
revision
- a new committed revisionoriginalRevision
- the original revisionaction
- an event actionpublic SVNAdminEvent(SVNAdminEventAction action, String path, String message)
action
- a path change actionpath
- repository path being changedmessage
- public SVNAdminEvent(long revision, SVNAdminEventAction action, String message)
revision
- a revision numberaction
- an event actionpublic SVNAdminEvent(String txnName, File txnDir, SVNAdminEventAction action)
txnName
- a transaction nametxnDir
- a transaction directory locationaction
- an event actionpublic SVNAdminEvent(SVNAdminEventAction action, SVNLock lock, SVNErrorMessage error, String message)
Method Detail |
public SVNAdminEventAction getAction()
public String getMessage()
public long getOriginalRevision()
new one
is loaded.
public long getRevision()
For dump
operations it means a next dumped revision. For load
operations it means a new committed revision.
public File getTxnDir()
Relevant for both SVNAdminClient.doListTransactions()
and SVNAdminClient.doRemoveTransactions()
operations.
public String getTxnName()
Relevant for both SVNAdminClient.doListTransactions()
and SVNAdminClient.doRemoveTransactions()
operations.
public String getPath()
public SVNLock getLock()
public SVNErrorMessage getError()
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |