org.tigris.subversion.javahl
Class NotifyInformation

java.lang.Object
  extended by 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.

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).
 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

getPath

public java.lang.String getPath()
return the path of the item, which is the source of the event.


getAction

public int getAction()
return the action, which triggered this event (See NotifyAction).


getKind

public int getKind()
return the kind of the item (See NodeKind).


getMimeType

public java.lang.String getMimeType()
return the mime type of the item.


getLock

public Lock getLock()
return any lock for the item


getErrMsg

public java.lang.String getErrMsg()
return any error message for the item


getContentState

public int getContentState()
return the state of the content of the item (See NotifyStatus).


getPropState

public int getPropState()
return the state of the properties of the item (See NotifyStatus).


getLockState

public int getLockState()
return the state of the lock of the item (See LockStatus).


getRevision

public long getRevision()
return the revision of the item.