|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.NotifyInformation
public class NotifyInformation
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.
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). |
java.lang.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). |
java.lang.String |
getMimeType()
return the mime type of the item. |
java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPath()
public int getAction()
public int getKind()
public java.lang.String getMimeType()
public Lock getLock()
public java.lang.String getErrMsg()
public int getContentState()
public int getPropState()
public int getLockState()
public long getRevision()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |