Uses of Class
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteMergeEditor.DirectoryBaton
Packages that use SvnNgRemoteMergeEditor.DirectoryBaton
-
Uses of SvnNgRemoteMergeEditor.DirectoryBaton in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SvnNgRemoteMergeEditor.DirectoryBatonModifier and TypeFieldDescriptionSvnNgRemoteMergeEditor.currentDirectory
SvnNgRemoteMergeEditor.DirectoryBaton.parentBaton
SvnNgRemoteMergeEditor.FileBaton.parentBaton
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRemoteMergeEditor.DirectoryBatonModifier and TypeMethodDescriptionprivate void
SvnNgRemoteMergeEditor.diffDeletedDirectory
(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton) private void
SvnNgRemoteMergeEditor.diffDeletedFile
(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton db) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRemoteMergeEditor.DirectoryBatonModifierConstructorDescriptionprivate
DirectoryBaton
(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision) private
FileBaton
(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added)