| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc2.ng | |
| org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SvnDiffGenerator |
class |
SvnOldDiffGenerator |
| Modifier and Type | Method and Description |
|---|---|
ISvnDiffGenerator |
SvnNewDiffGenerator.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SvnNgDiffUtil.doDiffSummarizeReposWC(SvnTarget target1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget target2,
SVNRevision revision2,
boolean reverse,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
boolean useGitDiffFormat,
SVNDepth depth,
boolean useAncestry,
Collection<String> changelists,
boolean showCopiesAsAdds,
ISvnDiffGenerator generator,
ISVNDiffStatusHandler handler,
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 |
|---|
SvnDiffCallback(ISvnDiffGenerator generator,
long rev1,
long rev2,
boolean noCopyFromOnAdd,
boolean diffTargetIsCopy,
OutputStream outputStream) |
SvnNewDiffGenerator(ISvnDiffGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
ISvnDiffGenerator |
SvnDiff.getDiffGenerator()
Returns operation's diff generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SvnDiff.setDiffGenerator(ISvnDiffGenerator diffGenerator)
Sets operation's diff generator.
|
Copyright © 2025. All rights reserved.