Package org.apache.subversion.javahl
Class ReposNotifyInformation
java.lang.Object
java.util.EventObject
org.apache.subversion.javahl.ReposNotifyInformation
- All Implemented Interfaces:
java.io.Serializable
public class ReposNotifyInformation
extends java.util.EventObject
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 enumThe type of action triggering the notificationstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ReposNotifyInformation.ActionTheReposNotifyInformation.Actionwhich triggered this event.private longprivate longprivate java.lang.Stringprivate longThe revision of the item.private static final longprivate longprivate java.lang.StringThe warning text.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionReposNotifyInformation(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. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
action
TheReposNotifyInformation.Actionwhich triggered this event. -
revision
private long revisionThe revision of the item. -
warning
private java.lang.String warningThe warning text. -
shard
private long shard -
newRevision
private long newRevision -
oldRevision
private long oldRevision -
nodeAction
-
path
private java.lang.String path
-
-
Constructor Details
-
ReposNotifyInformation
public 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.- Parameters:
action- TheReposNotifyInformation.Actionwhich triggered this event.revision- potentially the revision.
-
-
Method Details
-
getAction
- Returns:
- The
ReposNotifyInformation.Actionwhich triggered this event.
-
getRevision
public long getRevision()- Returns:
- The revision for the item.
-
getWarning
public java.lang.String getWarning()- Returns:
- The warning text.
-
getShard
public long getShard() -
getNewRevision
public long getNewRevision() -
getOldRevision
public long getOldRevision() -
getNodeAction
-
getPath
public java.lang.String getPath()
-