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 booleanaddedprivate longbaseRevisionprivate booleanhasPropChangeprivate SvnDiffSourceleftSourceprivate SvnNgRemoteMergeEditor.DirectoryBatonparentBatonprivate java.lang.Stringpathprivate java.lang.Objectpdbprivate SVNPropertiespropChangesprivate SvnDiffSourcerightSourceprivate booleanskipprivate booleanskipChildrenprivate booleantreeConflicted
-
Constructor Summary
Constructors Modifier Constructor Description privateDirectoryBaton(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)
-
-