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 |
---|---|
protected AbstractDiffCallback |
SVNRemoteDiffEditor.myDiffCallback |
private AbstractDiffCallback |
SVNDiffEditor.myDiffCallback |
Modifier and Type | Method and Description |
---|---|
protected AbstractDiffCallback |
SVNRemoteDiffEditor.getDiffCallback() |
private AbstractDiffCallback |
SVNDiffEditor.getDiffCallback() |
Modifier and Type | Method and 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) |
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) |