Class SvnNgRemoteMergeEditor.FileBaton
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteMergeEditor.FileBaton
- Enclosing class:
- SvnNgRemoteMergeEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private long
boolean
private SvnDiffSource
private String
private File
private File
private SVNProperties
private SvnDiffSource
private boolean
private boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
FileBaton
(String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added) -
Method Summary
-
Field Details
-
path
-
parentBaton
-
added
private boolean added -
treeConflicted
private boolean treeConflicted -
skip
private boolean skip -
pathStartRevision
-
pathEndRevision
-
pristineProps
-
baseRevision
private long baseRevision -
leftSource
-
rightSource
-
hasPropChange
public boolean hasPropChange -
propChanges
-
baseChecksum
-
resultChecksum
-
deltaProcessor
-
-
Constructor Details
-
FileBaton
-