public class ReposNotifyInformation
extends java.util.EventObject
ReposNotifyCallback.onNotify(org.apache.subversion.javahl.ReposNotifyInformation)
API to notify ISVNClient
of relevant events.Modifier and Type | Class and Description |
---|---|
static class |
ReposNotifyInformation.Action
The type of action triggering the notification
|
static class |
ReposNotifyInformation.NodeAction |
Modifier and Type | Field and Description |
---|---|
private ReposNotifyInformation.Action |
action
The
ReposNotifyInformation.Action which triggered this event. |
private long |
newRevision |
private ReposNotifyInformation.NodeAction |
nodeAction |
private long |
oldRevision |
private java.lang.String |
path |
private long |
revision
The revision of the item.
|
private static long |
serialVersionUID |
private long |
shard |
private java.lang.String |
warning
The warning text.
|
Constructor and Description |
---|
ReposNotifyInformation(ReposNotifyInformation.Action action,
long revision,
java.lang.String warning,
long shard,
long newRevision,
long oldRevision,
ReposNotifyInformation.NodeAction nodeAction,
java.lang.String path)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
ReposNotifyInformation.Action |
getAction() |
long |
getNewRevision() |
ReposNotifyInformation.NodeAction |
getNodeAction() |
long |
getOldRevision() |
java.lang.String |
getPath() |
long |
getRevision() |
long |
getShard() |
java.lang.String |
getWarning() |
private static final long serialVersionUID
private ReposNotifyInformation.Action action
ReposNotifyInformation.Action
which triggered this event.private long revision
private java.lang.String warning
private long shard
private long newRevision
private long oldRevision
private ReposNotifyInformation.NodeAction nodeAction
private java.lang.String path
public ReposNotifyInformation(ReposNotifyInformation.Action action, long revision, java.lang.String warning, long shard, long newRevision, long oldRevision, ReposNotifyInformation.NodeAction nodeAction, java.lang.String path)
action
- The ReposNotifyInformation.Action
which triggered this event.revision
- potentially the revision.public ReposNotifyInformation.Action getAction()
ReposNotifyInformation.Action
which triggered this event.public long getRevision()
public java.lang.String getWarning()
public long getShard()
public long getNewRevision()
public long getOldRevision()
public ReposNotifyInformation.NodeAction getNodeAction()
public java.lang.String getPath()