Class SVNWCContext.PresevePreMergeFileInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.PresevePreMergeFileInfo
-
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.PresevePreMergeFileInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
leftCopy
java.io.File
rightCopy
java.io.File
targetCopy
SVNSkel
workItems
-
Constructor Summary
Constructors Constructor Description PresevePreMergeFileInfo()
-
-
-
Field Detail
-
workItems
public SVNSkel workItems
-
leftCopy
public java.io.File leftCopy
-
rightCopy
public java.io.File rightCopy
-
targetCopy
public java.io.File targetCopy
-
-