org.tigris.subversion.javahl
Class NotifyInformation
java.lang.Object
org.tigris.subversion.javahl.NotifyInformation
public class NotifyInformation
extends java.lang.Object
this class contains all the information passed by the onNotify2 method of
the Notify2 class. This is used notify the SVNClientInterfacce users all
relevant events.
int | getAction() - return the action, which triggered this event (See NotifyAction).
|
int | getContentState() - return the state of the content of the item (See NotifyStatus).
|
String | getErrMsg() - return any error message for the item
|
int | getKind() - return the kind of the item (See NodeKind).
|
Lock | getLock() - return any lock for the item
|
int | getLockState() - return the state of the lock of the item (See LockStatus).
|
String | getMimeType() - return the mime type of the item.
|
String | getPath() - return the path of the item, which is the source of the event.
|
int | getPropState() - return the state of the properties of the item (See NotifyStatus).
|
long | getRevision() - return the revision of the item.
|
getAction
public int getAction()
return the action, which triggered this event (See NotifyAction).
getContentState
public int getContentState()
return the state of the content of the item (See NotifyStatus).
getErrMsg
public String getErrMsg()
return any error message for the item
getKind
public int getKind()
return the kind of the item (See NodeKind).
getLock
public Lock getLock()
return any lock for the item
getLockState
public int getLockState()
return the state of the lock of the item (See LockStatus).
getMimeType
public String getMimeType()
return the mime type of the item.
getPath
public String getPath()
return the path of the item, which is the source of the event.
getPropState
public int getPropState()
return the state of the properties of the item (See NotifyStatus).
getRevision
public long getRevision()
return the revision of the item.