Class SVNDiffSummary
java.lang.Object
java.util.EventObject
org.tigris.subversion.svnclientadapter.SVNDiffSummary
- All Implemented Interfaces:
Serializable
The event passed to the invalid input: '{@link
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)
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The type of difference being summarized. -
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSVNDiffSummary
(String path, SVNDiffSummary.SVNDiffKind diffKind, boolean propsChanged, int nodeKind) This constructor is to be used by the native code. -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
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 theSVNNodeKind
enumeration).propChanged
- Whether any properties have changed.
-
-
Method Details
-
getPath
- Returns:
- The path we have a diff for.
-
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
-
toString
- Overrides:
toString
in classEventObject
- Returns:
- The path.
-