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
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getAction

      public ReposNotifyInformation.Action getAction()
      Returns:
      The ReposNotifyInformation.Action which 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

      public ReposNotifyInformation.NodeAction getNodeAction()
    • getPath

      public java.lang.String getPath()