| 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.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
| Class and Description |
|---|
| BlameCallback
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| BlameCallback2
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| BlameCallback3
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| BlameCallbackImpl.BlameLine
Class represeting one line of the lines, i.e.
|
| ChangelistCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
|
| ChangePath |
| ClientException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI interface.
|
| 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.
|
| CommitMessage
This is callback interface which has to implemented by the client
to receive which files will be committed and to enter the log
message.
|
| ConflictDescriptor
The description of a merge conflict, encountered during
merge/update/switch operations.
|
| ConflictResolverCallback
The callback API used to handle conflicts encountered during
merge/update/switch operations.
|
| ConflictResult
The result returned by the callback API used to handle conflicts
encountered during merge/update/switch operations.
|
| ConflictVersion
The description of a merge conflict, encountered during
merge/update/switch operations.
|
| CopySource
A description of a copy source.
|
| DiffSummary
The event passed to the
DiffSummaryReceiver.onSummary(DiffSummary) API in response to path
differences reported by SVNClientInterface.diffSummarize(java.lang.String, org.tigris.subversion.javahl.Revision, java.lang.String, org.tigris.subversion.javahl.Revision, int, java.lang.String[], boolean, org.tigris.subversion.javahl.DiffSummaryReceiver). |
| DiffSummary.DiffKind
The type of difference being summarized.
|
| DiffSummaryReceiver
Subversion diff summarization interface.
|
| DirEntry
A general subversion directory entry.
|
| Info
Give information about one subversion item (file or directory) in the
working copy
|
| Info2
this class is returned by SVNClientInterface.info2 and contains information
about items in the repository or working copy
|
| InfoCallback
This interface is used to retrieve info each result in a
SVNClientInterface.info2 call.
|
| InputInterface
Interface for data to be received from subversion
used for SVNAdmin.load and SVNAdmin.dump
|
| ListCallback
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| Lock
Class to describe a lock.
|
| LogMessage
This class describes a single subversion revision with log message,
author and date.
|
| LogMessageCallback
This interface is used to receive every log message for the log
messages found by a SVNClientInterface.logMessages call.
|
| Mergeinfo
Merge history for a path.
|
| NativeException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI code.
|
| Notify
Deprecated.
Use Notify2 instead
|
| Notify2
Subversion notification interface.
|
| NotifyAction
The type of action triggering the notification
|
| NotifyInformation
The event passed to the
Notify2.onNotify(NotifyInformation)
API to notify SVNClientInterface of relevant events. |
| NotifyStatus
Status of the text or the property of the item triggering the
notification.
|
| OutputInterface
Interface to send data to subversion used by SVNAdmin.load.
|
| ProgressEvent
The event passed to the
ProgressListener.onProgress(ProgressEvent) API to inform SVNClientInterface of command progress (in terms of bytes). |
| ProgressListener
Subversion progress event interface.
|
| PromptUserPassword
The original interface for receiving callbacks for authentication.
|
| PromptUserPassword2
Partial interface for receiving callbacks for authentication.
|
| PropertyData
This class describes one property managed by Subversion.
|
| ProplistCallback
This interface is used to property lists for each path in a
SVNClientInterface.properties call.
|
| Revision
Class to specify a revision in a svn command.
|
| Revision.Number
class to specify a Revision by number
|
| RevisionKind
Various ways of specifying revisions.
|
| RevisionRange
Object that describes a revision range
|
| Status
Subversion status API.
|
| StatusCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
|
| StatusKind
class for kind status of the item or its properties
|
| SubversionException
This checked exception is thrown whenever something goes wrong with
the Subversion JavaHL bindings.
|
| SVNAdmin.MessageReceiver
interface to receive the messages
|
| SVNClient |
| SVNClientInterface
This interface is the commom interface for all subversion
operations.
|
| SVNClientLogLevel
Class for the constants of the logging levels.
|
| SVNInputStream
This class connects a java.io.PipedInputStream to a OutputInterface.
|
| SVNInputStream.Outputer
this class implements the connection to SVNAdmin
|
| SVNOutputStream
This class connects a java.io.PipedOutputStream to a InputInterface.
|
| SVNOutputStream.Inputer
this class implements the connection to SVNAdmin
|
| Version
Encapsulates version information about the underlying native
libraries.
|
| Class and Description |
|---|
| BlameCallback
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| BlameCallback2
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| BlameCallback3
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| ChangelistCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
|
| ClientException
This exception is thrown whenever something goes wrong in the
Subversion JavaHL binding's JNI interface.
|
| CommitMessage
This is callback interface which has to implemented by the client
to receive which files will be committed and to enter the log
message.
|
| ConflictResolverCallback
The callback API used to handle conflicts encountered during
merge/update/switch operations.
|
| CopySource
A description of a copy source.
|
| DiffSummaryReceiver
Subversion diff summarization interface.
|
| DirEntry
A general subversion directory entry.
|
| Info
Give information about one subversion item (file or directory) in the
working copy
|
| Info2
this class is returned by SVNClientInterface.info2 and contains information
about items in the repository or working copy
|
| InfoCallback
This interface is used to retrieve info each result in a
SVNClientInterface.info2 call.
|
| ListCallback
This interface is used to receive every single line for a file on a
the SVNClientInterface.blame call.
|
| LogMessage
This class describes a single subversion revision with log message,
author and date.
|
| LogMessageCallback
This interface is used to receive every log message for the log
messages found by a SVNClientInterface.logMessages call.
|
| Mergeinfo
Merge history for a path.
|
| Notify
Deprecated.
Use Notify2 instead
|
| Notify2
Subversion notification interface.
|
| ProgressListener
Subversion progress event interface.
|
| PromptUserPassword
The original interface for receiving callbacks for authentication.
|
| PromptUserPassword2
Partial interface for receiving callbacks for authentication.
|
| PromptUserPassword3
The interface for requesting authentication credentials from the
user.
|
| PropertyData
This class describes one property managed by Subversion.
|
| ProplistCallback
This interface is used to property lists for each path in a
SVNClientInterface.properties call.
|
| Revision
Class to specify a revision in a svn command.
|
| RevisionRange
Object that describes a revision range
|
| Status
Subversion status API.
|
| StatusCallback
This interface is used to receive every status item for
the SVNClientInterface.status call.
|
| SubversionException
This checked exception is thrown whenever something goes wrong with
the Subversion JavaHL bindings.
|
| SVNClient |
| SVNClientInterface
This interface is the commom interface for all subversion
operations.
|
| SVNClientLogLevel
Class for the constants of the logging levels.
|
| Version
Encapsulates version information about the underlying native
libraries.
|