Package org.apache.subversion.javahl
Class ReposNotifyInformation
java.lang.Object
java.util.EventObject
org.apache.subversion.javahl.ReposNotifyInformation
- All Implemented Interfaces:
Serializable
The event passed to the
ReposNotifyCallback.onNotify(org.apache.subversion.javahl.ReposNotifyInformation)
API to notify ISVNClient
of relevant events.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of action triggering the notificationstatic enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ReposNotifyInformation.Action
TheReposNotifyInformation.Action
which triggered this event.private long
private long
private String
private long
The revision of the item.private static final long
private long
private String
The warning text.Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionReposNotifyInformation
(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. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
action
TheReposNotifyInformation.Action
which triggered this event. -
revision
private long revisionThe revision of the item. -
warning
The warning text. -
shard
private long shard -
newRevision
private long newRevision -
oldRevision
private long oldRevision -
nodeAction
-
path
-
-
Constructor Details
-
ReposNotifyInformation
public 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.- Parameters:
action
- TheReposNotifyInformation.Action
which triggered this event.revision
- potentially the revision.
-
-
Method Details
-
getAction
- Returns:
- The
ReposNotifyInformation.Action
which triggered this event.
-
getRevision
public long getRevision()- Returns:
- The revision for the item.
-
getWarning
- Returns:
- The warning text.
-
getShard
public long getShard() -
getNewRevision
public long getNewRevision() -
getOldRevision
public long getOldRevision() -
getNodeAction
-
getPath
-