| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNDiffCallback |
class |
SVNMergeCallback |
class |
SVNMergeCallback15 |
| Modifier and Type | Field and Description |
|---|---|
private AbstractDiffCallback |
SVNDiffEditor.myDiffCallback |
protected AbstractDiffCallback |
SVNRemoteDiffEditor.myDiffCallback |
| Modifier and Type | Method and Description |
|---|---|
private AbstractDiffCallback |
SVNDiffEditor.getDiffCallback() |
protected AbstractDiffCallback |
SVNRemoteDiffEditor.getDiffCallback() |
| Modifier and Type | Method and Description |
|---|---|
ISVNReusableEditor |
SVNMergeDriver.getMergeReportEditor(long defaultStart,
long revision,
SVNAdminArea adminArea,
SVNDepth depth,
AbstractDiffCallback mergeCallback,
ISVNReusableEditor editor) |
ISVNReusableEditor |
ISVNMergeStrategy.getMergeReportEditor(long defaultStart,
long revision,
SVNAdminArea adminArea,
SVNDepth depth,
AbstractDiffCallback mergeCallback,
ISVNReusableEditor editor) |
| Constructor and 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) |