| Interface | Description |
|---|---|
| IAddConfig |
IAddCommand configuration. |
| ICmsContributor |
Interface for a contributor to the SVN Process Extension Model (PEM).
|
| ICmsContributorHolder |
PEM contributors holder.
|
| ICommitConfig | |
| IGetLockConfig | |
| IMergeConfig |
Merge command.
|
| IRemoveConfig |
Remove from version command configuration.
|
| IRevertConfig | |
| IUpdateConfig |
Configuration of the update command.
|
| Class | Description |
|---|---|
| AbstractCmsContributor |
This class is an implementation of
ICmsContributor whose strategy consists in doing nothing. |
| Enum | Description |
|---|---|
| ICmsContributorHolder.Action |
Contributor hooks enumeration.
|
| Exception | Description |
|---|---|
| CmsContributorVetoException |
Indicates that a CMS contributor refuses the operation to be run.
|