| Package | Description |
|---|---|
| org.apache.subversion.javahl.callback | |
| org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
| org.tmatesoft.svn.core.javahl17 |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffSummaryCallback.onSummary(DiffSummary descriptor)
Implement this interface to receive diff summaries from the
ISVNClient.diffSummarize(java.lang.String, org.apache.subversion.javahl.types.Revision, java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, boolean, org.apache.subversion.javahl.callback.DiffSummaryCallback) API. |
| Constructor and Description |
|---|
DiffSummary(DiffSummary aSummary)
This constructor is for backward compat.
|
| Modifier and Type | Method and Description |
|---|---|
private DiffSummary |
SVNClientImpl.getDiffSummary(SvnDiffStatus diffStatus) |