private class SVNDiffStatusEditor.SVNSummarize
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.File |
myFile |
private SVNNodeKind |
myKind |
private SVNDiffStatusEditor.SVNSummarize |
myParent |
private java.lang.String |
myPath |
private boolean |
myPropChanged |
private SVNStatusType |
myType |
Constructor and Description |
---|
SVNSummarize(SVNDiffStatusEditor.SVNSummarize parent,
java.lang.String path,
SVNNodeKind kind) |
Modifier and Type | Method and Description |
---|---|
SVNDiffStatus |
toStatus() |
private java.io.File myFile
private java.lang.String myPath
private SVNNodeKind myKind
private SVNStatusType myType
private boolean myPropChanged
private SVNDiffStatusEditor.SVNSummarize myParent
public SVNSummarize(SVNDiffStatusEditor.SVNSummarize parent, java.lang.String path, SVNNodeKind kind)
public SVNDiffStatus toStatus() throws SVNException
SVNException