| Package | Description |
|---|---|
| org.tmatesoft.svn.cli.svn | |
| org.tmatesoft.svn.core.internal.wc | |
| org.tmatesoft.svn.core.internal.wc16 | |
| org.tmatesoft.svn.core.internal.wc2.ng | |
| org.tmatesoft.svn.core.internal.wc2.old | |
| org.tmatesoft.svn.core.internal.wc2.remote | |
| org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
| org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
| 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 |
DefaultSVNCommandLineDiffGenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSVNGNUDiffGenerator |
| Modifier and Type | Field and Description |
|---|---|
private ISVNDiffGenerator |
SVNDiffCallback.myGenerator |
| Modifier and Type | Method and Description |
|---|---|
private java.io.File |
SVNNodeEditor.createTempFile(ISVNDiffGenerator generator) |
private java.io.File |
SVNNodeEditor.getTempDirectory(ISVNDiffGenerator generator) |
private SVNNodeEditor.DiffItem |
SVNNodeEditor.prepareTmpFile(FSRoot root,
java.lang.String path,
ISVNDiffGenerator generator) |
| Constructor and Description |
|---|
SVNDiffCallback(SVNAdminArea adminArea,
ISVNDiffGenerator generator,
long rev1,
long rev2,
java.io.OutputStream result) |
| Modifier and Type | Field and Description |
|---|---|
private ISVNDiffGenerator |
SVNDiffClient16.myDiffGenerator |
| Modifier and Type | Method and Description |
|---|---|
ISVNDiffGenerator |
SVNDiffClient16.getDiffGenerator()
Returns the diff driver being in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVNDiffClient16.setDiffGenerator(ISVNDiffGenerator diffGenerator)
Sets the specified diff driver for this object to use for generating and
writing file differences to an otput stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SvnNewDiffGenerator |
| Modifier and Type | Field and Description |
|---|---|
private ISVNDiffGenerator |
SvnOldDiffGenerator.generator |
| Modifier and Type | Method and Description |
|---|---|
ISVNDiffGenerator |
SvnOldDiffGenerator.getDelegate() |
| Constructor and Description |
|---|
SvnOldDiffGenerator(ISVNDiffGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
private ISVNDiffGenerator |
SvnOldDiff.getDiffGenerator() |
| Modifier and Type | Method and Description |
|---|---|
private ISVNDiffGenerator |
SvnRemoteDiff.getDiffGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSVNDiffGenerator
DefaultSVNDiffGenerator is a default implementation of
ISVNDiffGenerator.
|
| Modifier and Type | Field and Description |
|---|---|
private ISVNDiffGenerator |
SVNDiffClient.diffGenerator |
| Modifier and Type | Method and Description |
|---|---|
ISVNDiffGenerator |
SVNDiffClient.getDiffGenerator()
Returns the diff driver being in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVNDiffClient.setDiffGenerator(ISVNDiffGenerator diffGenerator)
Sets the specified diff driver for this object to use for generating and
writing file differences to an otput stream.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISVNGNUDiffGenerator
The ISVNGNUDiffGenerator is the interface for diff generators used
in diff operations of SVNLookClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SvnDiff.setDiffGenerator(ISVNDiffGenerator diffGenerator)
Sets operation's diff generator of type ISVNDiffGenerator.
|