Uses of Interface
org.tmatesoft.svn.core.internal.wc2.ng.ISvnDiffCallback
-
Packages that use ISvnDiffCallback Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.ng -
-
Uses of ISvnDiffCallback in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISvnDiffCallback Modifier and Type Field Description private ISvnDiffCallback
SVNDiffEditor17. diffCallback
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISvnDiffCallback Modifier and Type Method Description ISvnDiffCallback
SVNDiffEditor17. getDiffCallback()
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISvnDiffCallback Constructor Description SVNDiffEditor17(SVNWCContext wcContext, java.io.File workingCopyRoot, java.io.File localTarget, SVNDepth depth, boolean compareToBase, boolean reverseDiff, ISvnDiffCallback diffCallback, boolean useAncestry, java.util.Collection<java.lang.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 ISvnDiffCallback Modifier and Type Class Description class
SvnDiffCallback
class
SvnDiffSummarizeCallback
class
SvnNgMergeCallback
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnDiffCallback Modifier and Type Field Description private ISvnDiffCallback
SvnDiffCallbackWrapper. callback
private ISvnDiffCallback
SvnDiffStatusReceiver. callback
private ISvnDiffCallback
SvnNgRemoteDiffEditor. diffCallback
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISvnDiffCallback Modifier and Type Method Description ISvnDiffCallback
SvnDiffStatusReceiver. getCallback()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallback Modifier and Type Method Description private static void
SvnNgDiffUtil. arbitraryDiffThisDir(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, java.io.File localAbsPath, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)
static SvnNgRemoteDiffEditor
SvnNgRemoteDiffEditor. createEditor(SVNWCContext context, java.io.File target, SVNDepth depth, SVNRepository repository, long revision, boolean walkDeletedDirs, boolean dryRun, boolean pureRemoteDiff, ISvnDiffCallback diffCallback, ISVNEventHandler handler)
private static void
SvnNgDiffUtil. doArbitraryDirsDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.File rootAbsPath1, java.io.File rootAbsPath2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)
private static void
SvnNgDiffUtil. doArbitraryFilesDiff(java.io.File localAbsPath1, java.io.File localAbsPath2, java.io.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(java.io.File localAbspath, ISvnDiffCallback callback)
static void
SvnNgDiffUtil. doDiffWCWC(java.io.File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller)
private static void
SvnNgDiffUtil. visit(java.io.File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)
private static void
SvnNgDiffUtil. walkDirectory(java.io.File localAbsPath, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffCallback Constructor Description SvnDiffCallbackWrapper(ISvnDiffCallback callback, boolean deleteDirs, java.io.File anchorAbsPath)
SvnDiffEditor(java.io.File anchorAbspath, java.lang.String target, ISvnDiffCallback callback, SVNDepth depth, SVNWCContext context, boolean reverseOrder, boolean useTextBase, boolean showCopiesAsAdds, boolean ignoreAncestry, java.util.Collection<java.lang.String> changelists, boolean useGitDiffFormat, ISVNCanceller canceller)
SvnDiffStatusReceiver(SVNWCContext context, java.io.File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, java.util.Collection<java.lang.String> changelists)
-