| Package | Description |
|---|---|
| org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
| org.tmatesoft.svn.cli.svn | |
| org.tmatesoft.svn.core.internal.wc | |
| org.tmatesoft.svn.core.internal.wc2.compat | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DiffSummary |
JavaHLObjectFactory.createDiffSummary(SVNDiffStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNDiffCommand.handleDiffStatus(SVNDiffStatus diffStatus) |
| Modifier and Type | Method and Description |
|---|---|
SVNDiffStatus |
SVNDiffStatusEditor.SVNSummarize.toStatus() |
| Modifier and Type | Method and Description |
|---|---|
static SVNDiffStatus |
SvnCodec.diffStatus(SvnDiffStatus diffStatus) |
| Modifier and Type | Method and Description |
|---|---|
static SvnDiffStatus |
SvnCodec.diffStatus(SVNDiffStatus diffStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISVNDiffStatusHandler.handleDiffStatus(SVNDiffStatus diffStatus)
Receives a diff status object to handle.
|