Uses of Class
org.tmatesoft.svn.core.internal.wc.AbstractDiffCallback
Packages that use AbstractDiffCallback
-
Uses of AbstractDiffCallback in org.tmatesoft.svn.core.internal.wc
Subclasses of AbstractDiffCallback in org.tmatesoft.svn.core.internal.wcModifier and TypeClassDescriptionclass
class
class
Fields in org.tmatesoft.svn.core.internal.wc declared as AbstractDiffCallbackModifier and TypeFieldDescriptionprivate AbstractDiffCallback
SVNDiffEditor.myDiffCallback
protected AbstractDiffCallback
SVNRemoteDiffEditor.myDiffCallback
Methods in org.tmatesoft.svn.core.internal.wc that return AbstractDiffCallbackModifier and TypeMethodDescriptionprivate AbstractDiffCallback
SVNDiffEditor.getDiffCallback()
protected AbstractDiffCallback
SVNRemoteDiffEditor.getDiffCallback()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type AbstractDiffCallbackModifier and TypeMethodDescriptionISVNMergeStrategy.getMergeReportEditor
(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor) SVNMergeDriver.getMergeReportEditor
(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type AbstractDiffCallbackModifierConstructorDescriptionSVNDiffEditor
(SVNWCAccess wcAccess, SVNAdminAreaInfo info, AbstractDiffCallback callback, boolean useAncestry, boolean reverseDiff, boolean compareToBase, SVNDepth depth, Collection changeLists) SVNRemoteDiffEditor
(SVNAdminArea adminArea, File target, AbstractDiffCallback callback, SVNRepository repos, long revision1, long revision2, boolean dryRun, ISVNEventHandler handler, ISVNEventHandler cancelHandler)