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 |
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() |
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()
Copyright © 2020. All rights reserved.