- CAtomFeedMeta - Class in com.io7m.changelog.xom
-
Information about an Atom feed.
- CAtomFeedMetaBuilderType - Interface in com.io7m.changelog.xom
-
The type of mutable atom feed builders.
- CChangelog - Class in com.io7m.changelog.core
-
The type of software changelogs.
- CChangelogAtomWriter - Class in com.io7m.changelog.xom
-
A changelog Atom feed writer.
- CChangelogBuilderType - Interface in com.io7m.changelog.core
-
The type of mutable changelog builders.
- CChangelogTextWriter - Class in com.io7m.changelog.text
-
A plain-text changelog serializer.
- CChangelogXHTMLWriter - Class in com.io7m.changelog.xom
-
A changelog XHTML writer.
- CChangelogXMLReader - Class in com.io7m.changelog.xom
-
A changelog XML writer.
- CChangelogXMLWriter - Class in com.io7m.changelog.xom
-
A changelog XML writer.
- CChangeType - Enum in com.io7m.changelog.core
-
The type of changes.
- CDocumentation - Class in com.io7m.changelog.documentation
-
- CDocumentation() - Constructor for class com.io7m.changelog.documentation.CDocumentation
-
- CItem - Class in com.io7m.changelog.core
-
A changelog item for a specific release.
- com.io7m.changelog.core - package com.io7m.changelog.core
-
Core types.
- com.io7m.changelog.documentation - package com.io7m.changelog.documentation
-
Empty placeholder package for documentation.
- com.io7m.changelog.text - package com.io7m.changelog.text
-
Functions for serializing changelogs to plain text.
- com.io7m.changelog.xom - package com.io7m.changelog.xom
-
Functions for serializing changelogs to XML and XHTML, and parsing
changelogs from XML with XOM.
- com.io7m.changelogs.schema - package com.io7m.changelogs.schema
-
Functions for accessing schema files from Java.
- compareTo(CVersionType) - Method in class com.io7m.changelog.core.CVersionStandard
-
- compareTo(CVersionType) - Method in class com.io7m.changelog.core.CVersionText
-
- CRelease - Class in com.io7m.changelog.core
-
A specific release in a changelog.
- CSchema - Class in com.io7m.changelogs.schema
-
Functions for accessing the schema files.
- CTicketSystem - Class in com.io7m.changelog.core
-
The definition of a ticket system.
- CVersionStandard - Class in com.io7m.changelog.core
-
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.
- CVersionText - Class in com.io7m.changelog.core
-
The type of arbitrary lexicographically ordered version strings.
- CVersionType - Interface in com.io7m.changelog.core
-
The type of version numbers.
- CVersionVisitorType<A> - Interface in com.io7m.changelog.core
-
A version number visitor.