public class NotifyInformation
extends java.util.EventObject
Notify2.onNotify(NotifyInformation)
API to notify SVNClientInterface of relevant events.| Constructor and Description |
|---|
NotifyInformation(ClientNotifyInformation aInfo)
A backward-compat callback.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
java.lang.String |
getChangelistName() |
int |
getContentState() |
java.lang.String |
getErrMsg() |
int |
getKind() |
Lock |
getLock() |
int |
getLockState() |
RevisionRange |
getMergeRange() |
java.lang.String |
getMimeType() |
java.lang.String |
getPath() |
java.lang.String |
getPathPrefix() |
int |
getPropState() |
long |
getRevision() |
public NotifyInformation(ClientNotifyInformation aInfo)
public java.lang.String getPath()
public int getAction()
NotifyAction which triggered this event.public int getKind()
NodeKind of the item.public java.lang.String getMimeType()
public Lock getLock()
public java.lang.String getErrMsg()
public int getContentState()
NotifyStatus of the content of the item.public int getPropState()
NotifyStatus of the properties of the item.public int getLockState()
LockStatus of the lock of the item.public long getRevision()
public java.lang.String getChangelistName()
public RevisionRange getMergeRange()
public java.lang.String getPathPrefix()