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