Class DiffSummary

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

public class DiffSummary
extends EventObject
See Also:
Serialized Form
  • 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