Module com.io7m.changelog.core
Package com.io7m.changelog.core
Core types.
-
Interface Summary Interface Description CChangelogType The type of changelogs.CChangeType A change within a specific release.CModuleNameType The type of module names.CProjectNameType The type of project names.CReleaseType A specific release in a changelog.CTicketIDType The type of ticket IDs.CTicketSystemType The definition of a ticket system.CVersionStandardType The type of standard version numbers of the formM.N.P-S, whereMis the major version,Nis the minor version,Pis the patch number, andSis 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 Summary Class Description CChange A change within a specific release.CChange.Builder Builds instances of typeCChange.CChangelog The type of changelogs.CChangelog.Builder Builds instances of typeCChangelog.CChangelogFilters Functions to transform and filter changelogs.CModuleName The type of module names.CModuleName.Builder Builds instances of typeCModuleName.CModuleNames Functions over module names.CProjectName The type of project names.CProjectName.Builder Builds instances of typeCProjectName.CProjectNames Functions over project names.CRelease A specific release in a changelog.CRelease.Builder Builds instances of typeCRelease.CTicketID The type of ticket IDs.CTicketID.Builder Builds instances of typeCTicketID.CTicketIDs Functions over ticket IDs.CTicketSystem The definition of a ticket system.CTicketSystem.Builder Builds instances of typeCTicketSystem.CVersions Functions for parsing and processing versions.CVersionStandard The type of standard version numbers of the formM.N.P-S, whereMis the major version,Nis the minor version,Pis the patch number, andSis an arbitrary qualifier string.CVersionStandard.Builder Builds instances of typeCVersionStandard.CVersionText The type of arbitrary lexicographically ordered version strings.CVersionText.Builder Builds instances of typeCVersionText. -
Annotation Types Summary Annotation Type Description CImmutableStyleType Style settings for generated immutable types.