Class SvnDiffEditor.Entry
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffEditor.Entry
- Enclosing class:
- SvnDiffEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate SvnChecksumprivate SVNPropertiesprivate booleanprivate SVNDepthprivate booleanprivate booleanprivate booleanprivate SvnDiffSourceprivate Fileprivate Map<String,ISVNWCDb.SVNWCDbInfo> private Stringprivate SvnDiffEditor.Entryprivate Stringprivate SVNPropertiesprivate booleanprivate SvnChecksumprivate SvnDiffSourceprivate booleanprivate booleanprivate 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
-