Class SVNTreeConflictEditor.UpdateWorkingProps
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNTreeConflictEditor.UpdateWorkingProps
-
- Enclosing class:
- SVNTreeConflictEditor
private static class SVNTreeConflictEditor.UpdateWorkingProps extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SVNProperties
actualProps
(package private) SVNSkel
conflictSkel
(package private) SVNProperties
propChanges
(package private) SVNStatusType
propState
-
Constructor Summary
Constructors Modifier Constructor Description private
UpdateWorkingProps()
-
-
-
Field Detail
-
propState
SVNStatusType propState
-
conflictSkel
SVNSkel conflictSkel
-
propChanges
SVNProperties propChanges
-
actualProps
SVNProperties actualProps
-
-