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.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 |
Constructor and Description |
---|
SVNDiffCallback(SVNAdminArea adminArea,
ISVNDiffGenerator generator,
long rev1,
long rev2,
OutputStream result) |
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 | Method and Description |
---|---|
ISVNDiffGenerator |
SvnOldDiffGenerator.getDelegate() |
Constructor and Description |
---|
SvnOldDiffGenerator(ISVNDiffGenerator generator) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNDiffGenerator
DefaultSVNDiffGenerator is a default implementation of
ISVNDiffGenerator.
|
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.
|
Copyright © 2022. All rights reserved.