@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() |
| Class | Description |
|---|---|
| RepositoryFactory |
RepositoryFactory creates a new Repository |
| Resource |
Resource defines a resource location in the repository |
| ResourceProperty |
ResourceProperty represents a resource property |
| 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 |
Copyright © 2013–2014 shadowhunt. All rights reserved.