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 TypeClassDescriptionclass
class
class
class
class
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnDiffCallback2Modifier and TypeFieldDescriptionprivate ISvnDiffCallback2
SvnDiffEditor.callback
private final ISvnDiffCallback2
SvnNgDiffUtil.DiffStatusCallback.callback
private ISvnDiffCallback2
SvnNgRemoteDiffEditor2.callback
private final ISvnDiffCallback2
SvnCopyAsChangedDiffCallback.delegate
private final ISvnDiffCallback2
SvnFilterDiffCallback.delegate
private final ISvnDiffCallback2
SvnReverseOrderDiffCallback.delegate
private final ISvnDiffCallback2
SvnNgRemoteMergeEditor.processor
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallback2Modifier and TypeMethodDescriptionprotected static void
SvnNgDiffUtil.diffBaseOnlyDirectory
(File localAbsPath, File relPath, long revision, SVNDepth depth, ISVNWCDb db, ISvnDiffCallback2 callback) protected static void
SvnNgDiffUtil.diffBaseOnlyFile
(File localAbsPath, File relPath, long revision, ISVNWCDb db, ISvnDiffCallback2 callback) protected static void
SvnNgDiffUtil.diffBaseWorkingDiff
(File localAbsPath, File relPath, long revision, Collection<String> changeists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) protected static void
SvnNgDiffUtil.diffLocalOnlyDirectory
(File localAbsPath, File relPath, SVNDepth depth, Collection<String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) protected static void
SvnNgDiffUtil.diffLocalOnlyFile
(File localAbsPath, File relPath, Collection<String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback) protected SvnSingleRangeConflictReport
SvnNgMergeDriver.doDirectoryMerge
(Map<File, Map<String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, File targetAbsPath, SVNURL sourceRootUrl, ISvnDiffCallback2 processor, SVNDepth depth, boolean squelchMergeinfoNotifications) private SvnSingleRangeConflictReport
SvnNgMergeDriver.doFileMerge
(File targetAbsPath, Map<File, Map<String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, ISvnDiffCallback2 mergeProcessor, boolean sourcesRelated, boolean squelcheMergeInfoNotifications) protected SvnSingleRangeConflictReport
SvnNgMergeDriver.doMergeInfoAwareDirectoryMerge
(Map<File, Map<String, SVNMergeRangeList>> resultCatalog, SvnNgMergeDriver.MergeSource source, File targetPath, SVNURL sourceRootUrl, Map<File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, boolean squelchMergeinfoNotifications, ISvnDiffCallback2 processor) private void
SvnNgMergeDriver.driveMergeReportEditor
(File targetAbsPath, SvnNgMergeDriver.MergeSource source, Map<File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, ISvnDiffCallback2 processor, SVNDepth depth) SvnNgMergeDriver.driveMergeReportEditor
(File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, Map<File, SvnNgMergeDriver.MergePath> childrenWithMergeInfo, SVNDepth depth, ISvnDiffCallback2 mergeCallback) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallback2ModifierConstructorDescriptionprivate
DiffStatusCallback
(File anchorAbsPath, boolean ignoreAncestry, boolean showCopiesAsAdds, Collection<String> changelists, ISvnDiffCallback2 callback, SVNWCContext context) SvnFilterDiffCallback
(File prefixPath, ISvnDiffCallback2 delegate) SvnNgRemoteDiffEditor2
(long revision, boolean textDeltas, SVNRepository repository, ISvnDiffCallback2 callback) SvnNgRemoteMergeEditor
(File target, SVNWCContext context, SVNRepository repository, long revision, ISvnDiffCallback2 processor, boolean textDeltas) SvnReverseOrderDiffCallback
(ISvnDiffCallback2 delegate, String prefixRelPath)