| Package | Description |
|---|---|
| org.apache.subversion.javahl | |
| org.apache.subversion.javahl.callback | |
| org.apache.subversion.javahl.types | |
| 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 |
| Class and Description |
|---|
| ClientException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI interface.
|
| ClientNotifyInformation.Action
The type of action triggering the notification
|
| ClientNotifyInformation.LockStatus |
| ClientNotifyInformation.Status |
| CommitItem
This class describes a item which will be committed.
|
| CommitItemStateFlags
The constants in this interface describe the changes to an item to
be committed.
|
| ConflictDescriptor.Action
Rich man's enum for
svn_wc_conflict_action_t. |
| ConflictDescriptor.Kind
Rich man's enum for
svn_wc_conflict_kind_t. |
| ConflictDescriptor.Operation |
| ConflictDescriptor.Reason
Rich man's enum for
svn_wc_conflict_reason_t. |
| ConflictResult.Choice |
| DiffSummary.DiffKind
The type of difference being summarized.
|
| ISVNClient
This interface is the commom interface for all subversion
operations.
|
| ISVNRepos |
| ISVNRepos.MessageReceiver
interface to receive the messages
|
| NativeException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI code.
|
| ReposNotifyInformation.Action
The type of action triggering the notification
|
| ReposNotifyInformation.NodeAction |
| SubversionException
This checked exception is thrown whenever something goes wrong with
the Subversion JavaHL bindings.
|
| Class and Description |
|---|
| ConflictDescriptor
The description of a merge conflict, encountered during
merge/update/switch operations.
|
| Class and Description |
|---|
| ClientException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI interface.
|
| ClientNotifyInformation
The event passed to the
ClientNotifyCallback.onNotify(org.apache.subversion.javahl.ClientNotifyInformation)
API to notify ISVNClient of relevant events. |
| ClientNotifyInformation.Action
The type of action triggering the notification
|
| ClientNotifyInformation.LockStatus |
| ClientNotifyInformation.Status |
| CommitInfo
This class describes a item which will be committed.
|
| CommitItem
This class describes a item which will be committed.
|
| ConflictDescriptor
The description of a merge conflict, encountered during
merge/update/switch operations.
|
| ConflictDescriptor.Action
Rich man's enum for
svn_wc_conflict_action_t. |
| ConflictDescriptor.Kind
Rich man's enum for
svn_wc_conflict_kind_t. |
| ConflictDescriptor.Operation |
| ConflictDescriptor.Reason
Rich man's enum for
svn_wc_conflict_reason_t. |
| ConflictResult
The result returned by the callback API used to handle conflicts
encountered during merge/update/switch operations.
|
| ConflictResult.Choice |
| DiffSummary
The event passed to the
DiffSummaryCallback.onSummary(org.apache.subversion.javahl.DiffSummary) API
in response to path differences reported by 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). |
| DiffSummary.DiffKind
The type of difference being summarized.
|
| ISVNClient
This interface is the commom interface for all subversion
operations.
|
| ISVNRepos.MessageReceiver
interface to receive the messages
|
| ProgressEvent
The event passed to the
ProgressCallback.onProgress(org.apache.subversion.javahl.ProgressEvent) API to inform
ISVNClient of command progress (in terms of bytes). |
| SubversionException
This checked exception is thrown whenever something goes wrong with
the Subversion JavaHL bindings.
|