Class SvnNgRemoteDiffEditor2.FileBaton
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor2.FileBaton
- Enclosing class:
- SvnNgRemoteDiffEditor2
private class SvnNgRemoteDiffEditor2.FileBaton
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private long
private boolean
private SvnDiffSource
private SvnNgRemoteDiffEditor2.DirBaton
private java.lang.String
private java.io.File
private java.io.File
private SVNProperties
private SVNProperties
private java.lang.String
private SvnDiffSource
private boolean
private java.lang.String
private boolean
-
Constructor Summary
ConstructorsConstructorDescriptionFileBaton
(java.lang.String path, SvnNgRemoteDiffEditor2.DirBaton parentBaton, boolean added) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
added
private boolean added -
treeConflicted
private boolean treeConflicted -
skip
private boolean skip -
path
private java.lang.String path -
pathStartRevision
private java.io.File pathStartRevision -
pristineProps
-
baseRevision
private long baseRevision -
pathEndRevision
private java.io.File pathEndRevision -
startMd5Checksum
private java.lang.String startMd5Checksum -
resultMd5Checksum
private java.lang.String resultMd5Checksum -
propChanges
-
hasPropChanges
private boolean hasPropChanges -
leftSource
-
rightSource
-
parentBaton
-
-
Constructor Details
-
FileBaton
-