Class SvnDiffEditor.Entry
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffEditor.Entry
- Enclosing class:
- SvnDiffEditor
private class SvnDiffEditor.Entry
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private SvnChecksum
private SVNProperties
private boolean
private java.util.Set<java.lang.String>
private java.util.Set<java.lang.String>
private SVNDepth
private boolean
private boolean
private boolean
private SvnDiffSource
private java.io.File
private java.util.Map<java.lang.String,
ISVNWCDb.SVNWCDbInfo> private java.lang.String
private SvnDiffEditor.Entry
private java.lang.String
private SVNProperties
private boolean
private SvnChecksum
private SvnDiffSource
private boolean
private boolean
private java.io.File
-
Constructor Summary
ConstructorsConstructorDescriptionEntry
(boolean file, java.lang.String path, SvnDiffEditor.Entry parent, boolean added, SVNDepth depth, java.io.File localAbspath) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
isFile
private boolean isFile -
parent
-
path
private java.lang.String path -
name
private java.lang.String name -
added
private boolean added -
depth
-
propChanges
-
localAbspath
private java.io.File localAbspath -
baseChecksum
-
resultChecksum
-
compared
private java.util.Set<java.lang.String> compared -
leftSource
-
rightSource
-
skip
private boolean skip -
skipChildren
private boolean skipChildren -
deletes
private java.util.Set<java.lang.String> deletes -
reposOnly
private boolean reposOnly -
ignoringAncestry
private boolean ignoringAncestry -
tempFile
private java.io.File tempFile -
localInfo
-
baseProps
-
hasPropChange
private boolean hasPropChange -
changePropertyCalled
private boolean changePropertyCalled
-
-
Constructor Details
-
Entry
public Entry(boolean file, java.lang.String path, SvnDiffEditor.Entry parent, boolean added, SVNDepth depth, java.io.File localAbspath)
-
-
Method Details
-
ensureLocalInfo
- Throws:
SVNException
-