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 TypeClassDescriptionclassclassclassFields in org.tmatesoft.svn.core.internal.wc declared as AbstractDiffCallbackModifier and TypeFieldDescriptionprivate AbstractDiffCallbackSVNDiffEditor.myDiffCallbackprotected AbstractDiffCallbackSVNRemoteDiffEditor.myDiffCallbackMethods in org.tmatesoft.svn.core.internal.wc that return AbstractDiffCallbackModifier and TypeMethodDescriptionprivate AbstractDiffCallbackSVNDiffEditor.getDiffCallback()protected AbstractDiffCallbackSVNRemoteDiffEditor.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, java.util.Collection changeLists) SVNRemoteDiffEditor(SVNAdminArea adminArea, java.io.File target, AbstractDiffCallback callback, SVNRepository repos, long revision1, long revision2, boolean dryRun, ISVNEventHandler handler, ISVNEventHandler cancelHandler)