Class SVNWCContext.MergePropertiesInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.MergePropertiesInfo
-
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.MergePropertiesInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SVNSkel
conflictSkel
SVNStatusType
mergeOutcome
SVNProperties
newActualProperties
SVNProperties
newBaseProperties
boolean
treeConflicted
SVNSkel
workItems
-
Constructor Summary
Constructors Constructor Description MergePropertiesInfo()
-
-
-
Field Detail
-
conflictSkel
public SVNSkel conflictSkel
-
workItems
public SVNSkel workItems
-
mergeOutcome
public SVNStatusType mergeOutcome
-
newBaseProperties
public SVNProperties newBaseProperties
-
newActualProperties
public SVNProperties newActualProperties
-
treeConflicted
public boolean treeConflicted
-
-