Uses of Class
org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffEditor.Entry
-
Packages that use SvnDiffEditor.Entry Package Description org.tmatesoft.svn.core.internal.wc2.ng -
-
Uses of SvnDiffEditor.Entry in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SvnDiffEditor.Entry Modifier and Type Field Description private SvnDiffEditor.Entry
SvnDiffEditor. currentEntry
private SvnDiffEditor.Entry
SvnDiffEditor.Entry. parent
private SvnDiffEditor.Entry
SvnDiffEditor. rootEntry
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnDiffEditor.Entry Modifier and Type Method Description private void
SvnDiffEditor. addToCompared(SvnDiffEditor.Entry entry, java.lang.String path)
private void
SvnDiffEditor. handleLocalOnly(SvnDiffEditor.Entry pb, java.lang.String name)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnDiffEditor.Entry Constructor Description Entry(boolean file, java.lang.String path, SvnDiffEditor.Entry parent, boolean added, SVNDepth depth, java.io.File localAbspath)
-