Class SVNUpdateEditor17.MergeFileInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNUpdateEditor17.MergeFileInfo
-
- Enclosing class:
- SVNUpdateEditor17
private static class SVNUpdateEditor17.MergeFileInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SVNSkel
conflictSkel
SVNStatusType
contentState
java.io.File
installFrom
boolean
installPristine
SVNSkel
workItem
-
Constructor Summary
Constructors Modifier Constructor Description private
MergeFileInfo()
-
-
-
Field Detail
-
workItem
public SVNSkel workItem
-
installPristine
public boolean installPristine
-
installFrom
public java.io.File installFrom
-
contentState
public SVNStatusType contentState
-
conflictSkel
public SVNSkel conflictSkel
-
-