Class SVNRemoteDiffEditor.KindActionState
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNRemoteDiffEditor.KindActionState
-
- Enclosing class:
- SVNRemoteDiffEditor
protected class SVNRemoteDiffEditor.KindActionState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected SVNEventAction
myAction
protected SVNEventAction
myExpectedAction
protected boolean
myIsTreeConflicted
protected SVNNodeKind
myKind
protected SVNStatusType
myStatus
-
Constructor Summary
Constructors Modifier Constructor Description protected
KindActionState()
-
-
-
Field Detail
-
myKind
protected SVNNodeKind myKind
-
myAction
protected SVNEventAction myAction
-
myExpectedAction
protected SVNEventAction myExpectedAction
-
myStatus
protected SVNStatusType myStatus
-
myIsTreeConflicted
protected boolean myIsTreeConflicted
-
-