| Class Summary | |
|---|---|
| BasicTests | Tests the basic functionality of javahl binding (inspired by the tests in subversion/tests/cmdline/basic_tests.py). |
| BasicTests | Tests the basic functionality of javahl binding (inspired by the tests in subversion/tests/cmdline/basic_tests.py). |
| BlameCallback | this interface is used to receive every single line for a file on a the SVNClientinterface.blame call. |
| BlameCallback | this interface is used to receive every single line for a file on a the SVNClientinterface.blame call. |
| ChangePath | |
| ChangePath | |
| ClientException | Subversion client exception class. |
| ClientException | Subversion client exception class. |
| CommitItem | this class describes a item which will be commited. |
| CommitItem | this class describes a item which will be commited. |
| CommitItemStateFlags | the constants in this interface describe the changes to an item to be commited |
| CommitItemStateFlags | the constants in this interface describe the changes to an item to be commited |
| CommitItem.StateFlags | the class for the commit item state flags. |
| CommitItem.StateFlags | the class for the commit item state flags. |
| CommitMessage | this is callback interface which has to implemented by the client to receive which files will be commited and to enter the log message |
| CommitMessage | this is callback interface which has to implemented by the client to receive which files will be commited and to enter the log message |
| DirEntry | A general subversion directory entry. |
| DirEntry | A general subversion directory entry. |
| Info | Give information about one subversion item (file or directory) in the working copy |
| 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 |
| Info2 | this class is returned by SVNClientInterface.info2 and contains information about items in the repository or working copy |
| InputInterface | Interface for data to be received from subversion used for SVNAdmin.load and SVNAdmin.dump |
| InputInterface | Interface for data to be received from subversion used for SVNAdmin.load and SVNAdmin.dump |
| JNIError | This error is thrown by error in the native library |
| JNIError | This error is thrown by error in the native library |
| Lock | class to describe a lock. |
| Lock | class to describe a lock. |
| LockStatus | |
| LockStatus | |
| LogMessage | this class describes a single subversion revision with log message, author and date |
| LogMessage | this class describes a single subversion revision with log message, author and date |
| NativeResources | Handles activities related to management of native resouces (e.g. loading of native libraries). |
| NodeKind | Poor mans enum for svn_node_kind_t |
| NodeKind | Poor mans enum for svn_node_kind_t |
| Notify | Subversion notification interface. |
| Notify | Subversion notification interface. |
| Notify2 | Subversion notification interface. |
| Notify2 | Subversion notification interface. |
| NotifyAction | The type of action triggering the notification |
| NotifyAction | The type of action triggering the notification |
| NotifyInformation | this class contains all the information passed by the onNotify2 method of the Notify2 class. |
| NotifyInformation | this class contains all the information passed by the onNotify2 method of the Notify2 class. |
| NotifyStatus | status of the text or the property of the item triggering the notification |
| NotifyStatus | status of the text or the property of the item triggering the notification |
| Notify.Action | The type of action occuring. |
| Notify.Action | The type of action occuring. |
| Notify.Status | The type of notification that is occuring. |
| Notify.Status | The type of notification that is occuring. |
| OutputInterface | interface to send data to subversion used by SVNAdmin.load |
| OutputInterface | interface to send data to subversion used by SVNAdmin.load |
| Path | Subversion path validation and manipulation. |
| Path | Subversion path validation and manipulation. |
| PromptUserPassword | The original interface for receiving callbacks for authentication. |
| PromptUserPassword | The original interface for receiving callbacks for authentication. |
| PromptUserPassword2 | Partial interface for receiving callbacks for authentication. |
| PromptUserPassword2 | Partial interface for receiving callbacks for authentication. |
| PromptUserPassword3 |
The interface for requesting authentication credentials from the user. |
| PromptUserPassword3 |
The interface for requesting authentication credentials from the user. |
| PropertyData | this class describes one property managed by subversion |
| PropertyData | this class describes one property managed by subversion |
| Revision | Class to specify a revision in a svn command. |
| Revision | Class to specify a revision in a svn command. |
| RevisionKind | Various ways of specifying revisions. |
| RevisionKind | Various ways of specifying revisions. |
| Revision.DateSpec | class to specify a revision by a date |
| Revision.DateSpec | class to specify a revision by a date |
| Revision.Kind | Various ways of specifying revisions. |
| Revision.Kind | Various ways of specifying revisions. |
| Revision.Number | class to specify a Revision by number |
| Revision.Number | class to specify a Revision by number |
| ScheduleKind | The schedule states an entry can be in. |
| ScheduleKind | The schedule states an entry can be in. |
| Status | Subversion status API. |
| Status | Subversion status API. |
| StatusKind | class for kind status of the item or its properties |
| StatusKind | class for kind status of the item or its properties |
| Status.Kind | class for kind status of the item or its properties the constants are defined in the interface StatusKind for building reasons |
| Status.Kind | class for kind status of the item or its properties the constants are defined in the interface StatusKind for building reasons |
| SVNAdmin | This class offers the same commands as the svnadmin commandline client |
| SVNAdmin | This class offers the same commands as the svnadmin commandline client |
| SVNAdminTests | This class is used for testing the SVNAdmin class More methodes for testing are still needed |
| SVNAdminTests | This class is used for testing the SVNAdmin class More methodes for testing are still needed |
| SVNAdmin.MessageReceiver | interface to receive the messages |
| SVNAdmin.MessageReceiver | interface to receive the messages |
| SVNClient | This is the main interface class. |
| SVNClient | This is the main interface class. |
| SVNClientInterface | This interface is the commom interface for all subversion operations. |
| SVNClientInterface | This interface is the commom interface for all subversion operations. |
| SVNClientLogLevel | class for the constants of the logging levels. |
| SVNClientLogLevel | class for the constants of the logging levels. |
| SVNClientSynchronized | This class provides a threadsafe wrapped for SVNClient |
| SVNClientSynchronized | This class provides a threadsafe wrapped for SVNClient |
| SVNClient.LogLevel | class for the constants of the logging levels. |
| SVNClient.LogLevel | class for the constants of the logging levels. |
| SVNInputStream | This class connects a java.io.PipedInputStream to a OutputInterface. |
| SVNInputStream | This class connects a java.io.PipedInputStream to a OutputInterface. |
| SVNInputStream.Outputer | this class implements the connection to SVNAdmin |
| SVNInputStream.Outputer | this class implements the connection to SVNAdmin |
| SVNOutputStream | This class connects a java.io.PipedOutputStream to a InputInterface. |
| SVNOutputStream | This class connects a java.io.PipedOutputStream to a InputInterface. |
| SVNOutputStream.Inputer | this class implements the connection to SVNAdmin |
| SVNOutputStream.Inputer | this class implements the connection to SVNAdmin |
| SVNTests | common base class for the javahl binding tests |
| SVNTests | common base class for the javahl binding tests |
| SVNTests.FileInputer | internal class which implements the InputInterface to read the data from a file. |
| SVNTests.FileInputer | internal class which implements the InputInterface to read the data from a file. |
| SVNTests.FileOutputer | internal class which implements the OutputInterface to write the data to a file. |
| SVNTests.FileOutputer | internal class which implements the OutputInterface to write the data to a file. |
| SVNTests.IgnoreOutputer | internal class implements the OutputInterface, but ignores the data |
| SVNTests.IgnoreOutputer | internal class implements the OutputInterface, but ignores the data |
| SVNTests.MyCommitItem | internal class to describe an expected commit item |
| SVNTests.MyCommitMessage | internal class to receive the request for the log messages to check if the expected commit items are presented |
| SVNTests.MyNotifier | |
| SVNTests.OneTest | this internal class represent the repository and the working copy for one test. |
| SVNTests.OneTest | this internal class represent the repository and the working copy for one test. |
| Version | Encapsulates version information about the underlying native libraries. |
| Version | Encapsulates version information about the underlying native libraries. |
| WC | This class describe the expected state of the working copy |
| WC | This class describe the expected state of the working copy |
| WC.Item | internal class to discribe a single working copy item |
| WC.Item | internal class to discribe a single working copy item |