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 classSVNDiffCallbackclassSVNMergeCallbackclassSVNMergeCallback15Fields in org.tmatesoft.svn.core.internal.wc declared as AbstractDiffCallback Modifier and Type Field Description private AbstractDiffCallbackSVNDiffEditor. myDiffCallbackprotected AbstractDiffCallbackSVNRemoteDiffEditor. myDiffCallbackMethods in org.tmatesoft.svn.core.internal.wc that return AbstractDiffCallback Modifier and Type Method Description private AbstractDiffCallbackSVNDiffEditor. getDiffCallback()protected AbstractDiffCallbackSVNRemoteDiffEditor. getDiffCallback()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type AbstractDiffCallback Modifier and Type Method Description ISVNReusableEditorISVNMergeStrategy. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)ISVNReusableEditorSVNMergeDriver. 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)
-