@ReturnValuesAreNonnullByDefault @ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| Info | |
| Log | |
| Repository |
Interface listing all available operations on a subversion repository.
|
| Transaction |
Transaction allows the application to define units of work, it can be
created via Repository.createTransaction(). |
| View |
View allows the application to define a view on the repository, it can be created via Repository.createView(). |
| Class | Description |
|---|---|
| BuildProperties |
Provides information about the subversion client lib.
|
| LockToken | |
| RepositoryFactory |
RepositoryFactory creates a new Repository. |
| Resource |
Resource defines a resource location in the repository. |
| ResourceProperty |
ResourceProperty represents a resource property. |
| ResourceProperty.Key |
ResourceProperty.Key is the internal name a ResourceProperty is stored. |
| Revision |
Revision defines the revision of a repository or a resource in that repository. |
| Enum | Description |
|---|---|
| Depth |
Depth defines the recursion level for the listing call #list(Resource, Revision, Depth). |
| Repository.ProtocolVersion |
Repository.ProtocolVersion that represents the version of the subversion server. |
| ResourceProperty.Type |
ResourceProperty can have various types, depending of the context they are used. |
| Transaction.Status |
Defines the status of each
Resource that is part of the current
active Transaction. |
| Exception | Description |
|---|---|
| SubversionException |
SubversionException is the superclass of those exceptions that can be thrown in the subversion module. |
| TransmissionException |
Copyright © 2013–2017 shadowhunt. All rights reserved.