Uses of Interface
org.tmatesoft.svn.core.internal.wc2.ng.ISvnDiffCallback
Packages that use ISvnDiffCallback
-
Uses of ISvnDiffCallback in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnDiffCallbackMethods in org.tmatesoft.svn.core.internal.wc17 that return ISvnDiffCallbackConstructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnDiffCallbackModifierConstructorDescriptionSVNDiffEditor17
(SVNWCContext wcContext, File workingCopyRoot, File localTarget, SVNDepth depth, boolean compareToBase, boolean reverseDiff, ISvnDiffCallback diffCallback, boolean useAncestry, Collection<String> changeLists, boolean diffUnversioned, boolean diffCopiedAsAdded) -
Uses of ISvnDiffCallback in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISvnDiffCallbackModifier and TypeClassDescriptionclass
class
class
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnDiffCallbackModifier and TypeFieldDescriptionprivate final ISvnDiffCallback
SvnDiffCallbackWrapper.callback
private final ISvnDiffCallback
SvnDiffStatusReceiver.callback
private ISvnDiffCallback
SvnNgRemoteDiffEditor.diffCallback
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISvnDiffCallbackMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallbackModifier and TypeMethodDescriptionprivate static void
SvnNgDiffUtil.arbitraryDiffThisDir
(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, File localAbsPath, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) static SvnNgRemoteDiffEditor
SvnNgRemoteDiffEditor.createEditor
(SVNWCContext context, File target, SVNDepth depth, SVNRepository repository, long revision, boolean walkDeletedDirs, boolean dryRun, boolean pureRemoteDiff, ISvnDiffCallback diffCallback, ISVNEventHandler handler) private static void
SvnNgDiffUtil.doArbitraryDirsDiff
(File localAbsPath1, File localAbsPath2, File rootAbsPath1, File rootAbsPath2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.doArbitraryFilesDiff
(File localAbsPath1, File localAbsPath2, File path, boolean file1IsEmpty, boolean file2IsEmpty, SVNProperties originalPropertiesOverride, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) static void
SvnNgDiffUtil.doArbitraryNodesDiff
(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private void
SvnNgDiff.doDiffWC
(File localAbspath, ISvnDiffCallback callback) static void
SvnNgDiffUtil.doDiffWCWC
(File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, Collection<String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.visit
(File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) private static void
SvnNgDiffUtil.walkDirectory
(File localAbsPath, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallbackModifierConstructorDescriptionSvnDiffCallbackWrapper
(ISvnDiffCallback callback, boolean deleteDirs, File anchorAbsPath) SvnDiffEditor
(File anchorAbspath, String target, ISvnDiffCallback callback, SVNDepth depth, SVNWCContext context, boolean reverseOrder, boolean useTextBase, boolean showCopiesAsAdds, boolean ignoreAncestry, Collection<String> changelists, boolean useGitDiffFormat, ISVNCanceller canceller) SvnDiffStatusReceiver
(SVNWCContext context, File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, Collection<String> changelists)