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
intgetAction()
return the action, which triggered this event (See NotifyAction).
intgetContentState()
return the state of the content of the item (See NotifyStatus).
StringgetErrMsg()
return any error message for the item
intgetKind()
return the kind of the item (See NodeKind).
LockgetLock()
return any lock for the item
intgetLockState()
return the state of the lock of the item (See LockStatus).
StringgetMimeType()
return the mime type of the item.
StringgetPath()
return the path of the item, which is the source of the event.
intgetPropState()
return the state of the properties of the item (See NotifyStatus).
longgetRevision()
return the revision of the item.

Method Detail

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.