Uses of Package
org.tigris.subversion.javahl
-
Packages that use org.tigris.subversion.javahl 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. -
Classes in org.tigris.subversion.javahl used by org.tigris.subversion.javahl Class 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 theDiffSummaryReceiver.onSummary(DiffSummary)
API in response to path differences reported bySVNClientInterface.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 copyInfo2 this class is returned by SVNClientInterface.info2 and contains information about items in the repository or working copyInfoCallback 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.dumpListCallback 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.Notify Deprecated.Use Notify2 insteadNotify2 Subversion notification interface.NotifyAction The type of action triggering the notificationNotifyInformation The event passed to theNotify2.onNotify(NotifyInformation)
API to notifySVNClientInterface
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 theProgressListener.onProgress(ProgressEvent)
API to informSVNClientInterface
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 numberRevisionKind Various ways of specifying revisions.RevisionRange Object that describes a revision rangeStatus 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 propertiesSubversionException This checked exception is thrown whenever something goes wrong with the Subversion JavaHL bindings.SVNAdmin.MessageReceiver interface to receive the messagesSVNClientInterface 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. -
Classes in org.tigris.subversion.javahl used by org.tmatesoft.svn.core.javahl Class 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 copyInfo2 this class is returned by SVNClientInterface.info2 and contains information about items in the repository or working copyInfoCallback 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 insteadNotify2 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 rangeStatus 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.