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 | Field and Description |
---|---|
private ISvnDiffGenerator |
SvnDiffCallback.generator |
private ISvnDiffGenerator |
SvnNewDiffGenerator.generator |
Modifier and Type | Method and Description |
---|---|
ISvnDiffGenerator |
SvnNewDiffGenerator.getDelegate() |
private ISvnDiffGenerator |
SvnNgDiff.getDiffGenerator() |
Modifier and Type | Method and Description |
---|---|
private SvnDiffCallback |
SvnNgDiff.createDiffCallback(ISvnDiffGenerator generator,
boolean reverse,
long revisionNumber1,
long revisionNumber2) |
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,
java.util.Collection<java.lang.String> changelists,
boolean showCopiesAsAdds,
ISvnDiffGenerator generator,
ISVNDiffStatusHandler handler,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doDiffWCWC(java.io.File localAbsPath,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
SVNDepth depth,
boolean useAncestry,
java.util.Collection<java.lang.String> changelists,
boolean showCopiesAsAdds,
boolean useGitDiffFormat,
ISvnDiffGenerator generator,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
private java.lang.String |
SvnDiffCallback.getCharset(java.lang.String charset,
ISvnDiffGenerator generator,
boolean allowNative) |
private java.lang.String |
SvnDiffCallback.getCharset(SVNProperties properties,
ISvnDiffGenerator generator) |
private java.lang.String |
SvnDiffCallback.getCharsetByMimeType(SVNProperties properties,
ISvnDiffGenerator generator) |
Constructor and Description |
---|
SvnDiffCallback(ISvnDiffGenerator generator,
long rev1,
long rev2,
boolean noCopyFromOnAdd,
boolean diffTargetIsCopy,
java.io.OutputStream outputStream) |
SvnNewDiffGenerator(ISvnDiffGenerator generator) |
Modifier and Type | Field and Description |
---|---|
private ISvnDiffGenerator |
SvnDiff.diffGenerator |
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.
|