Class SVNDiffSummary

java.lang.Object
java.util.EventObject
org.tigris.subversion.svnclientadapter.SVNDiffSummary
All Implemented Interfaces:
Serializable

public class SVNDiffSummary extends EventObject
See Also:
  • Constructor Details

    • SVNDiffSummary

      public SVNDiffSummary(String path, SVNDiffSummary.SVNDiffKind diffKind, boolean propsChanged, int 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.
      nodeKind - The type of node which changed (corresponds to the SVNNodeKind enumeration).
      propChanged - Whether any properties have changed.
  • Method Details

    • getPath

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

      public SVNDiffSummary.SVNDiffKind getDiffKind()
      Returns:
      The kind of summary this describes.
    • propsChanged

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

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

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