public class NotifyInformation extends EventObject
Notify2.onNotify(NotifyInformation)
API to notify SVNClientInterface
of relevant events.source
Constructor and Description |
---|
NotifyInformation(ClientNotifyInformation aInfo)
A backward-compat callback.
|
Modifier and Type | Method and Description |
---|---|
int |
getAction() |
String |
getChangelistName() |
int |
getContentState() |
String |
getErrMsg() |
int |
getKind() |
Lock |
getLock() |
int |
getLockState() |
RevisionRange |
getMergeRange() |
String |
getMimeType() |
String |
getPath() |
String |
getPathPrefix() |
int |
getPropState() |
long |
getRevision() |
getSource, toString
public NotifyInformation(ClientNotifyInformation aInfo)
public String getPath()
public int getAction()
NotifyAction
which triggered this event.public int getKind()
NodeKind
of the item.public String getMimeType()
public Lock getLock()
public 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 String getChangelistName()
public RevisionRange getMergeRange()
public String getPathPrefix()
Copyright © 2019. All rights reserved.