private class SvnNgRemoteMergeEditor.DirectoryBaton
extends java.lang.Object
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
DirectoryBaton(java.lang.String path,
SvnNgRemoteMergeEditor.DirectoryBaton parentBaton,
boolean added,
long baseRevision) |
private java.lang.String path
private boolean added
private boolean treeConflicted
private boolean skip
private boolean skipChildren
private SvnNgRemoteMergeEditor.DirectoryBaton parentBaton
private SVNProperties propChanges
private boolean hasPropChange
private SvnDiffSource leftSource
private SvnDiffSource rightSource
private long baseRevision
private java.lang.Object pdb
private DirectoryBaton(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision)