public class DiffSummary extends EventObject
DiffSummaryCallback.onSummary(org.apache.subversion.javahl.DiffSummary)
API
in response to path differences reported by ISVNClient.diffSummarize(java.lang.String, org.apache.subversion.javahl.types.Revision, java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, boolean, org.apache.subversion.javahl.callback.DiffSummaryCallback)
.Modifier and Type | Class and Description |
---|---|
static class |
DiffSummary.DiffKind
The type of difference being summarized.
|
source
Constructor and Description |
---|
DiffSummary(String path,
DiffSummary.DiffKind diffKind,
boolean propsChanged,
NodeKind nodeKind)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
DiffSummary.DiffKind |
getDiffKind() |
NodeKind |
getNodeKind() |
String |
getPath() |
boolean |
propsChanged() |
String |
toString() |
getSource
public DiffSummary(String path, DiffSummary.DiffKind diffKind, boolean propsChanged, NodeKind nodeKind)
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).public String getPath()
public DiffSummary.DiffKind getDiffKind()
public boolean propsChanged()
public NodeKind getNodeKind()
NodeKind
enumeration).public String toString()
toString
in class EventObject
Copyright © 2022. All rights reserved.