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) SVNPropertiesactualProps(package private) SVNSkelconflictSkel(package private) SVNPropertiespropChanges(package private) SVNStatusTypepropState
-
Constructor Summary
Constructors Modifier Constructor Description privateUpdateWorkingProps()
-
-
-
Field Detail
-
propState
SVNStatusType propState
-
conflictSkel
SVNSkel conflictSkel
-
propChanges
SVNProperties propChanges
-
actualProps
SVNProperties actualProps
-
-