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.currentDirectorySvnNgRemoteMergeEditor.DirectoryBaton.parentBatonSvnNgRemoteMergeEditor.FileBaton.parentBatonMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRemoteMergeEditor.DirectoryBatonModifier and TypeMethodDescriptionprivate voidSvnNgRemoteMergeEditor.diffDeletedDirectory(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton) private voidSvnNgRemoteMergeEditor.diffDeletedFile(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton db) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRemoteMergeEditor.DirectoryBatonModifierConstructorDescriptionprivateDirectoryBaton(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added, long baseRevision) privateFileBaton(java.lang.String path, SvnNgRemoteMergeEditor.DirectoryBaton parentBaton, boolean added)