| Interface | Description |
|---|---|
| CChangelogType |
The type of changelogs.
|
| CItemType |
A changelog item for a specific release.
|
| CReleaseType |
A specific release in a changelog.
|
| CTicketSystemType |
The definition of a ticket system.
|
| CVersionStandardType |
The type of standard version numbers of the form
M.N.P-S,
where M is the major version, N is the minor
version, P is the patch number, and S is an
arbitrary qualifier string. |
| CVersionTextType |
The type of arbitrary lexicographically ordered version strings.
|
| CVersionType |
The type of version numbers.
|
| CVersionVisitorType<A> |
A version number visitor.
|
| Class | Description |
|---|---|
| CChangelog |
The type of changelogs.
|
| CChangelog.Builder |
Builds instances of type
CChangelog. |
| CItem |
A changelog item for a specific release.
|
| CItem.Builder |
Builds instances of type
CItem. |
| CRelease |
A specific release in a changelog.
|
| CRelease.Builder |
Builds instances of type
CRelease. |
| CTicketSystem |
The definition of a ticket system.
|
| CTicketSystem.Builder |
Builds instances of type
CTicketSystem. |
| CVersions |
Functions for parsing and processing versions.
|
| CVersionStandard |
The type of standard version numbers of the form
M.N.P-S,
where M is the major version, N is the minor
version, P is the patch number, and S is an
arbitrary qualifier string. |
| CVersionStandard.Builder |
Builds instances of type
CVersionStandard. |
| CVersionText |
The type of arbitrary lexicographically ordered version strings.
|
| CVersionText.Builder |
Builds instances of type
CVersionText. |
| Enum | Description |
|---|---|
| CChangeType |
The type of changes.
|
| Annotation Type | Description |
|---|---|
| CImmutableStyleType |
Style settings for generated immutable types.
|
Copyright © 2016 <code@io7m.com> http://io7m.com