Package org.tigris.subversion.javahl
Class NotifyInformation
java.lang.Object
java.util.EventObject
org.tigris.subversion.javahl.NotifyInformation
- All Implemented Interfaces:
Serializable
public class NotifyInformation extends EventObject
The event passed to the
Notify2.onNotify(NotifyInformation)
API to notify SVNClientInterface of relevant events.- Since:
- 1.2
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NotifyInformation(ClientNotifyInformation aInfo)A backward-compat callback. -
Method Summary
Modifier and Type Method Description intgetAction()StringgetChangelistName()intgetContentState()StringgetErrMsg()intgetKind()LockgetLock()intgetLockState()RevisionRangegetMergeRange()StringgetMimeType()StringgetPath()StringgetPathPrefix()intgetPropState()longgetRevision()
-
Constructor Details
-
NotifyInformation
A backward-compat callback.
-
-
Method Details
-
getPath
- Returns:
- The path of the item, which is the source of the event.
-
getAction
public int getAction()- Returns:
- The
NotifyActionwhich triggered this event.
-
getKind
public int getKind()- Returns:
- The
NodeKindof the item.
-
getMimeType
- Returns:
- The MIME type of the item.
-
getLock
- Returns:
- Any lock for the item.
-
getErrMsg
- Returns:
- Any error message for the item.
-
getContentState
public int getContentState()- Returns:
- The
NotifyStatusof the content of the item.
-
getPropState
public int getPropState()- Returns:
- The
NotifyStatusof the properties of the item.
-
getLockState
public int getLockState()- Returns:
- The
LockStatusof the lock of the item.
-
getRevision
public long getRevision()- Returns:
- The revision of the item.
-
getChangelistName
- Returns:
- The name of the changelist.
- Since:
- 1.5
-
getMergeRange
- Returns:
- The range of the merge just beginning to occur.
- Since:
- 1.5
-
getPathPrefix
- Returns:
- The common absolute path prefix.
- Since:
- 1.6
-