Class DiffSummary

java.lang.Object
java.util.EventObject
org.apache.subversion.javahl.DiffSummary
All Implemented Interfaces:
Serializable

public class DiffSummary extends EventObject
See Also:
  • Field Details

  • Constructor Details

    • DiffSummary

      public DiffSummary(String path, DiffSummary.DiffKind diffKind, boolean propsChanged, NodeKind nodeKind)
      This constructor is to be used by the native code.
      Parameters:
      path - The path we have a diff for.
      diffKind - The kind of diff this describes.
      propsChanged - Whether any properties have changed.
      nodeKind - The type of node which changed (corresponds to the NodeKind enumeration).
  • Method Details

    • getPath

      public String getPath()
      Returns:
      The path we have a diff for.
    • getDiffKind

      public DiffSummary.DiffKind getDiffKind()
      Returns:
      The kind of summary this describes.
    • propsChanged

      public boolean propsChanged()
      Returns:
      Whether any properties have changed.
    • getNodeKind

      public NodeKind getNodeKind()
      Returns:
      The type of node which changed (corresponds to the NodeKind enumeration).
    • toString

      public String toString()
      Overrides:
      toString in class EventObject
      Returns:
      The path.