Class SvnNgRemoteDiffEditor2.FileBaton
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor2.FileBaton
- Enclosing class:
- SvnNgRemoteDiffEditor2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate longprivate booleanprivate SvnDiffSourceprivate SvnNgRemoteDiffEditor2.DirBatonprivate Stringprivate Fileprivate Fileprivate SVNPropertiesprivate SVNPropertiesprivate Stringprivate SvnDiffSourceprivate booleanprivate Stringprivate boolean -
Constructor Summary
ConstructorsConstructorDescriptionFileBaton(String path, SvnNgRemoteDiffEditor2.DirBaton parentBaton, boolean added) -
Method Summary
-
Field Details
-
added
private boolean added -
treeConflicted
private boolean treeConflicted -
skip
private boolean skip -
path
-
pathStartRevision
-
pristineProps
-
baseRevision
private long baseRevision -
pathEndRevision
-
startMd5Checksum
-
resultMd5Checksum
-
propChanges
-
hasPropChanges
private boolean hasPropChanges -
leftSource
-
rightSource
-
parentBaton
-
-
Constructor Details
-
FileBaton
-