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.EntrySvnDiffEditor. currentEntryprivate SvnDiffEditor.EntrySvnDiffEditor.Entry. parentprivate SvnDiffEditor.EntrySvnDiffEditor. rootEntryMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnDiffEditor.Entry Modifier and Type Method Description private voidSvnDiffEditor. addToCompared(SvnDiffEditor.Entry entry, java.lang.String path)private voidSvnDiffEditor. 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)
-