Class SvnNgRemoteDiffEditor2.FileBaton
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor2.FileBaton
- Enclosing class:
- SvnNgRemoteDiffEditor2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private long
private boolean
private SvnDiffSource
private SvnNgRemoteDiffEditor2.DirBaton
private String
private File
private File
private SVNProperties
private SVNProperties
private String
private SvnDiffSource
private boolean
private String
private 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
-