Uses of Class
org.tmatesoft.svn.core.internal.wc.AbstractDiffCallback
-
Packages that use AbstractDiffCallback Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of AbstractDiffCallback in org.tmatesoft.svn.core.internal.wc
Subclasses of AbstractDiffCallback in org.tmatesoft.svn.core.internal.wc Modifier and Type Class Description class
SVNDiffCallback
class
SVNMergeCallback
class
SVNMergeCallback15
Fields in org.tmatesoft.svn.core.internal.wc declared as AbstractDiffCallback Modifier and Type Field Description private AbstractDiffCallback
SVNDiffEditor. myDiffCallback
protected AbstractDiffCallback
SVNRemoteDiffEditor. myDiffCallback
Methods in org.tmatesoft.svn.core.internal.wc that return AbstractDiffCallback Modifier and Type Method Description private AbstractDiffCallback
SVNDiffEditor. getDiffCallback()
protected AbstractDiffCallback
SVNRemoteDiffEditor. getDiffCallback()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type AbstractDiffCallback Modifier and Type Method Description ISVNReusableEditor
ISVNMergeStrategy. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)
ISVNReusableEditor
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 AbstractDiffCallback Constructor Description SVNDiffEditor(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)
-