Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc2.ng |
Modifier and Type | Method and Description |
---|---|
ISvnDiffCallback |
SVNDiffEditor17.getDiffCallback() |
Constructor and Description |
---|
SVNDiffEditor17(SVNWCContext wcContext,
File workingCopyRoot,
File localTarget,
SVNDepth depth,
boolean compareToBase,
boolean reverseDiff,
ISvnDiffCallback diffCallback,
boolean useAncestry,
Collection<String> changeLists,
boolean diffUnversioned,
boolean diffCopiedAsAdded) |
Modifier and Type | Class and Description |
---|---|
class |
SvnDiffCallback |
class |
SvnDiffSummarizeCallback |
class |
SvnNgMergeCallback |
Modifier and Type | Method and Description |
---|---|
ISvnDiffCallback |
SvnDiffStatusReceiver.getCallback() |
Modifier and Type | Method and Description |
---|---|
static SvnNgRemoteDiffEditor |
SvnNgRemoteDiffEditor.createEditor(SVNWCContext context,
File target,
SVNDepth depth,
SVNRepository repository,
long revision,
boolean walkDeletedDirs,
boolean dryRun,
boolean pureRemoteDiff,
ISvnDiffCallback diffCallback,
ISVNEventHandler handler) |
static void |
SvnNgDiffUtil.doArbitraryNodesDiff(SvnTarget target1,
SvnTarget target2,
SVNDepth depth,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doDiffWCWC(File localAbsPath,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
SVNDepth depth,
boolean useAncestry,
Collection<String> changelists,
boolean showCopiesAsAdds,
boolean useGitDiffFormat,
ISvnDiffGenerator generator,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
Constructor and Description |
---|
SvnDiffCallbackWrapper(ISvnDiffCallback callback,
boolean deleteDirs,
File anchorAbsPath) |
SvnDiffEditor(File anchorAbspath,
String target,
ISvnDiffCallback callback,
SVNDepth depth,
SVNWCContext context,
boolean reverseOrder,
boolean useTextBase,
boolean showCopiesAsAdds,
boolean ignoreAncestry,
Collection<String> changelists,
boolean useGitDiffFormat,
ISVNCanceller canceller) |
SvnDiffStatusReceiver(SVNWCContext context,
File anchor,
ISVNWCDb db,
ISvnDiffCallback callback,
boolean ignoreAncestry,
boolean showCopiesAsAdds,
boolean gitFormat,
Collection<String> changelists) |
Copyright © 2023. All rights reserved.