Uses of Interface
org.tmatesoft.svn.core.internal.wc2.ng.ISvnDiffCallback2
Packages that use ISvnDiffCallback2
-
Uses of ISvnDiffCallback2 in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISvnDiffCallback2Modifier and TypeClassDescriptionclassclassclassclassclassFields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnDiffCallback2Modifier and TypeFieldDescriptionprivate ISvnDiffCallback2SvnDiffEditor.callbackprivate final ISvnDiffCallback2SvnNgDiffUtil.DiffStatusCallback.callbackprivate ISvnDiffCallback2SvnNgRemoteDiffEditor2.callbackprivate final ISvnDiffCallback2SvnCopyAsChangedDiffCallback.delegateprivate final ISvnDiffCallback2SvnFilterDiffCallback.delegateprivate final ISvnDiffCallback2SvnReverseOrderDiffCallback.delegateprivate final ISvnDiffCallback2SvnNgRemoteMergeEditor.processorMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallback2Modifier and TypeMethodDescriptionprotected static voidSvnNgDiffUtil.diffBaseOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, long revision, SVNDepth depth, ISVNWCDb db, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffBaseOnlyFile(java.io.File localAbsPath, java.io.File relPath, long revision, ISVNWCDb db, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffBaseWorkingDiff(java.io.File localAbsPath, java.io.File relPath, long revision, java.util.Collection<java.lang.String> changeists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffLocalOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, SVNDepth depth, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffLocalOnlyFile(java.io.File localAbsPath, java.io.File relPath, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) protected SvnSingleRangeConflictReportSvnNgMergeDriver.doDirectoryMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, java.io.File targetAbsPath, SVNURL sourceRootUrl, ISvnDiffCallback2 processor, SVNDepth depth, boolean squelchMergeinfoNotifications) private SvnSingleRangeConflictReportSvnNgMergeDriver.doFileMerge(java.io.File targetAbsPath, java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, ISvnDiffCallback2 mergeProcessor, boolean sourcesRelated, boolean squelcheMergeInfoNotifications) protected SvnSingleRangeConflictReportSvnNgMergeDriver.doMergeInfoAwareDirectoryMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, java.io.File targetPath, SVNURL sourceRootUrl, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, boolean squelchMergeinfoNotifications, ISvnDiffCallback2 processor) private voidSvnNgMergeDriver.driveMergeReportEditor(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource source, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, ISvnDiffCallback2 processor, SVNDepth depth) SvnNgMergeDriver.driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.Map<java.io.File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, ISvnDiffCallback2 mergeCallback) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallback2ModifierConstructorDescriptionprivateDiffStatusCallback(java.io.File anchorAbsPath, boolean ignoreAncestry, boolean showCopiesAsAdds, java.util.Collection<java.lang.String> changelists, ISvnDiffCallback2 callback, SVNWCContext context) SvnFilterDiffCallback(java.io.File prefixPath, ISvnDiffCallback2 delegate) SvnNgRemoteDiffEditor2(long revision, boolean textDeltas, SVNRepository repository, ISvnDiffCallback2 callback) SvnNgRemoteMergeEditor(java.io.File target, SVNWCContext context, SVNRepository repository, long revision, ISvnDiffCallback2 processor, boolean textDeltas) SvnReverseOrderDiffCallback(ISvnDiffCallback2 delegate, java.lang.String prefixRelPath)