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