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 SVNEventActionmyActionprotected SVNEventActionmyExpectedActionprotected booleanmyIsTreeConflictedprotected SVNNodeKindmyKindprotected SVNStatusTypemyStatus
-
Constructor Summary
Constructors Modifier Constructor Description protectedKindActionState()
-
-
-
Field Detail
-
myKind
protected SVNNodeKind myKind
-
myAction
protected SVNEventAction myAction
-
myExpectedAction
protected SVNEventAction myExpectedAction
-
myStatus
protected SVNStatusType myStatus
-
myIsTreeConflicted
protected boolean myIsTreeConflicted
-
-