Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.ng |
Modifier and Type | Field and Description |
---|---|
private SvnDiffEditor.Entry |
SvnDiffEditor.currentEntry |
private SvnDiffEditor.Entry |
SvnDiffEditor.Entry.parent |
private SvnDiffEditor.Entry |
SvnDiffEditor.rootEntry |
Modifier and Type | Method and Description |
---|---|
private void |
SvnDiffEditor.addToCompared(SvnDiffEditor.Entry entry,
java.lang.String path) |
private void |
SvnDiffEditor.handleLocalOnly(SvnDiffEditor.Entry pb,
java.lang.String name) |
Constructor and Description |
---|
Entry(boolean file,
java.lang.String path,
SvnDiffEditor.Entry parent,
boolean added,
SVNDepth depth,
java.io.File localAbspath) |