public class ReposNotifyInformation extends 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 |
source
Constructor and Description |
---|
ReposNotifyInformation(ReposNotifyInformation.Action action,
long revision,
String warning,
long shard,
long newRevision,
long oldRevision,
ReposNotifyInformation.NodeAction nodeAction,
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() |
String |
getPath() |
long |
getRevision() |
long |
getShard() |
String |
getWarning() |
getSource, toString
public ReposNotifyInformation(ReposNotifyInformation.Action action, long revision, String warning, long shard, long newRevision, long oldRevision, ReposNotifyInformation.NodeAction nodeAction, 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 String getWarning()
public long getShard()
public long getNewRevision()
public long getOldRevision()
public ReposNotifyInformation.NodeAction getNodeAction()
public String getPath()
Copyright © 2019. All rights reserved.