| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| com.io7m.changelog.parser.api |
Parser API
|
| com.io7m.changelog.text.api |
Text API.
|
| com.io7m.changelog.xml.api |
XML API.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CChangelogType |
The type of changelogs.
|
interface |
CChangeType |
A change within a specific release.
|
interface |
CModuleNameType |
The type of module names.
|
interface |
CProjectNameType |
The type of project names.
|
interface |
CReleaseType |
A specific release in a changelog.
|
interface |
CTicketIDType |
The type of ticket IDs.
|
interface |
CTicketSystemType |
The definition of a ticket system.
|
interface |
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. |
interface |
CVersionTextType |
The type of arbitrary lexicographically ordered version strings.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CParseErrorType |
The type of parse errors.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CPlainChangelogWriterConfigurationType |
The type of configurations for plain text writers.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CAtomChangelogWriterConfigurationType |
The type of configurations for Atom feed writers.
|
Copyright © 2017 <code@io7m.com> http://io7m.com