public class SVNDiffSummary
extends java.util.EventObject
DiffSummarizer.summarize(SVNDiffSummary)
API in response to path
differences reported by ISVNClientAdapter.diffSummarize(org.tigris.subversion.svnclientadapter.SVNUrl, org.tigris.subversion.svnclientadapter.SVNRevision, org.tigris.subversion.svnclientadapter.SVNUrl, org.tigris.subversion.svnclientadapter.SVNRevision, int, boolean)
.Modifier and Type | Class and Description |
---|---|
static class |
SVNDiffSummary.SVNDiffKind
The type of difference being summarized.
|
Constructor and Description |
---|
SVNDiffSummary(java.lang.String path,
SVNDiffSummary.SVNDiffKind diffKind,
boolean propsChanged,
int nodeKind)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
SVNDiffSummary.SVNDiffKind |
getDiffKind() |
int |
getNodeKind() |
java.lang.String |
getPath() |
boolean |
propsChanged() |
java.lang.String |
toString() |
public SVNDiffSummary(java.lang.String path, SVNDiffSummary.SVNDiffKind diffKind, boolean propsChanged, int nodeKind)
path
- The path we have a diff for.diffKind
- The kind of diff this describes.propChanged
- Whether any properties have changed.nodeKind
- The type of node which changed (corresponds to
the SVNNodeKind
enumeration).public java.lang.String getPath()
public SVNDiffSummary.SVNDiffKind getDiffKind()
public boolean propsChanged()
public int getNodeKind()
NodeKind
enumeration).public java.lang.String toString()
toString
in class java.util.EventObject