org.tigris.subversion.javahl
Class NotifyInformation
public
class
NotifyInformation
extends 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.
Since: 1.2
Method Summary |
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. |
public int getAction()
return the action, which triggered this event (See NotifyAction).
public int getContentState()
return the state of the content of the item (See NotifyStatus).
public String getErrMsg()
return any error message for the item
public int getKind()
return the kind of the item (See NodeKind).
return any lock for the item
public int getLockState()
return the state of the lock of the item (See LockStatus).
public String getMimeType()
return the mime type of the item.
public String getPath()
return the path of the item, which is the source of the event.
public int getPropState()
return the state of the properties of the item (See NotifyStatus).
public long getRevision()
return the revision of the item.