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
FieldsModifier and TypeFieldDescriptionprivate boolean
private long
private boolean
private SvnDiffSource
private java.lang.String
private java.lang.Object
private SVNProperties
private SvnDiffSource
private boolean
private boolean
private boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DirectoryBaton
(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
path
private java.lang.String path -
added
private boolean added -
treeConflicted
private boolean treeConflicted -
skip
private boolean skip -
skipChildren
private boolean skipChildren -
parentBaton
-
propChanges
-
hasPropChange
private boolean hasPropChange -
leftSource
-
rightSource
-
baseRevision
private long baseRevision -
pdb
private java.lang.Object pdb
-
-
Constructor Details
-
DirectoryBaton
private DirectoryBaton(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision)
-