Class SvnNgRemoteMergeEditor.DirectoryBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteMergeEditor.DirectoryBaton
-
- Enclosing class:
- SvnNgRemoteMergeEditor
private class SvnNgRemoteMergeEditor.DirectoryBaton extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
added
private long
baseRevision
private boolean
hasPropChange
private SvnDiffSource
leftSource
private SvnNgRemoteMergeEditor.DirectoryBaton
parentBaton
private java.lang.String
path
private java.lang.Object
pdb
private SVNProperties
propChanges
private SvnDiffSource
rightSource
private boolean
skip
private boolean
skipChildren
private boolean
treeConflicted
-
Constructor Summary
Constructors Modifier Constructor Description private
DirectoryBaton(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision)
-
-
-
Field Detail
-
path
private java.lang.String path
-
added
private boolean added
-
treeConflicted
private boolean treeConflicted
-
skip
private boolean skip
-
skipChildren
private boolean skipChildren
-
parentBaton
private SvnNgRemoteMergeEditor.DirectoryBaton parentBaton
-
propChanges
private SVNProperties propChanges
-
hasPropChange
private boolean hasPropChange
-
leftSource
private SvnDiffSource leftSource
-
rightSource
private SvnDiffSource rightSource
-
baseRevision
private long baseRevision
-
pdb
private java.lang.Object pdb
-
-
Constructor Detail
-
DirectoryBaton
private DirectoryBaton(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision)
-
-