- CAtomChangelogWriterConfiguration - Class in com.io7m.changelog.xml.api
-
The type of configurations for Atom feed writers.
- CAtomChangelogWriterConfiguration.Builder - Class in com.io7m.changelog.xml.api
-
- CAtomChangelogWriterConfigurationType - Interface in com.io7m.changelog.xml.api
-
The type of configurations for Atom feed writers.
- CAtomChangelogWriterProviderType - Interface in com.io7m.changelog.xml.api
-
The type of Atom writer providers.
- CAtomChangelogWriters - Class in com.io7m.changelog.xml
-
A provider for Atom feed writers.
- CAtomChangelogWriters() - Constructor for class com.io7m.changelog.xml.CAtomChangelogWriters
-
Instantiate a provider.
- CAtomChangelogWriterType - Interface in com.io7m.changelog.xml.api
-
The type of Atom feed writers.
- CChange - Class in com.io7m.changelog.core
-
A change within a specific release.
- CChange.Builder - Class in com.io7m.changelog.core
-
- CChangelog - Class in com.io7m.changelog.core
-
The type of changelogs.
- CChangelog.Builder - Class in com.io7m.changelog.core
-
- CChangelogFilters - Class in com.io7m.changelog.core
-
Functions to transform and filter changelogs.
- CChangelogParserProviderType - Interface in com.io7m.changelog.parser.api
-
The type of parser providers.
- CChangelogParserType - Interface in com.io7m.changelog.parser.api
-
The type of parsers.
- CChangelogType - Interface in com.io7m.changelog.core
-
The type of changelogs.
- CChangelogWriterProviderType - Interface in com.io7m.changelog.writer.api
-
The type of writer providers.
- CChangelogWriterType - Interface in com.io7m.changelog.writer.api
-
The type of changelog writers.
- CChangeType - Interface in com.io7m.changelog.core
-
A change within a specific release.
- CDocumentation - Class in com.io7m.changelog.documentation
-
Functions for retrieving the documentation.
- changes() - Method in class com.io7m.changelog.core.CRelease
-
- changes() - Method in interface com.io7m.changelog.core.CReleaseType
-
- checkPreconditions() - Method in interface com.io7m.changelog.core.CVersionStandardType
-
Check preconditions for the type.
- CImmutableStyleType - Annotation Type in com.io7m.changelog.core
-
Style settings for generated immutable types.
- CLLogLevel - Enum in com.io7m.changelog.cmdline
-
Log level.
- CLLogLevelConverter - Class in com.io7m.changelog.cmdline
-
- CLLogLevelConverter() - Constructor for class com.io7m.changelog.cmdline.CLLogLevelConverter
-
Construct a new converter.
- com.io7m.changelog.cmdline - package com.io7m.changelog.cmdline
-
Command line interface.
- 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.parser.api - package com.io7m.changelog.parser.api
-
Parser API
- com.io7m.changelog.schema - package com.io7m.changelog.schema
-
Functions for accessing schema files from Java.
- com.io7m.changelog.text.api - package com.io7m.changelog.text.api
-
Text API.
- com.io7m.changelog.text.vanilla - package com.io7m.changelog.text.vanilla
-
Default text implementation.
- com.io7m.changelog.writer.api - package com.io7m.changelog.writer.api
-
Writer API.
- com.io7m.changelog.xml - package com.io7m.changelog.xml
-
XML processing.
- com.io7m.changelog.xml.api - package com.io7m.changelog.xml.api
-
XML API.
- compareTo(CVersionType) - Method in interface com.io7m.changelog.core.CVersionStandardType
-
- compareTo(CVersionType) - Method in interface com.io7m.changelog.core.CVersionTextType
-
- convert(String) - Method in class com.io7m.changelog.cmdline.CLLogLevelConverter
-
- copyOf(CChangelogType) - Static method in class com.io7m.changelog.core.CChangelog
-
- copyOf(CChangeType) - Static method in class com.io7m.changelog.core.CChange
-
- copyOf(CReleaseType) - Static method in class com.io7m.changelog.core.CRelease
-
- copyOf(CTicketSystemType) - Static method in class com.io7m.changelog.core.CTicketSystem
-
- copyOf(CVersionStandardType) - Static method in class com.io7m.changelog.core.CVersionStandard
-
- copyOf(CVersionTextType) - Static method in class com.io7m.changelog.core.CVersionText
-
- copyOf(CParseErrorType) - Static method in class com.io7m.changelog.parser.api.CParseError
-
- copyOf(CPlainChangelogWriterConfigurationType) - Static method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
-
- copyOf(CAtomChangelogWriterConfigurationType) - Static method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
-
- CParseError - Class in com.io7m.changelog.parser.api
-
The type of parse errors.
- CParseError.Builder - Class in com.io7m.changelog.parser.api
-
- CParseErrorHandlers - Class in com.io7m.changelog.parser.api
-
Functions to handle parse errors.
- CParseErrorType - Interface in com.io7m.changelog.parser.api
-
The type of parse errors.
- CParseErrorType.Severity - Enum in com.io7m.changelog.parser.api
-
The severity of the error.
- CPlainChangelogWriterConfiguration - Class in com.io7m.changelog.text.api
-
The type of configurations for plain text writers.
- CPlainChangelogWriterConfiguration.Builder - Class in com.io7m.changelog.text.api
-
- CPlainChangelogWriterConfigurationType - Interface in com.io7m.changelog.text.api
-
The type of configurations for plain text writers.
- CPlainChangelogWriterProviderType - Interface in com.io7m.changelog.text.api
-
The type of writer providers.
- CPlainChangelogWriters - Class in com.io7m.changelog.text.vanilla
-
A provider of plain-text changelog writers.
- CPlainChangelogWriters() - Constructor for class com.io7m.changelog.text.vanilla.CPlainChangelogWriters
-
Instantiate a writer provider.
- CPlainChangelogWriterType - Interface in com.io7m.changelog.text.api
-
The type of plain text writers.
- create(URI, InputStream, Consumer<CParseError>) - Method in interface com.io7m.changelog.parser.api.CChangelogParserProviderType
-
Create a new parser.
- create(URI, InputStream, Consumer<CParseError>) - Method in interface com.io7m.changelog.xml.api.CXMLChangelogParserProviderType
-
- create(URI, InputStream, Consumer<CParseError>) - Method in class com.io7m.changelog.xml.CXMLChangelogParsers
-
- create(URI, OutputStream) - Method in interface com.io7m.changelog.text.api.CPlainChangelogWriterProviderType
-
- create(URI, OutputStream) - Method in interface com.io7m.changelog.writer.api.CChangelogWriterProviderType
-
Create a new writer.
- create(URI, OutputStream) - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterProviderType
-
- create(URI, OutputStream) - Method in interface com.io7m.changelog.xml.api.CXHTMLChangelogWriterProviderType
-
- create(URI, OutputStream) - Method in interface com.io7m.changelog.xml.api.CXMLChangelogWriterProviderType
-
- create(URI, OutputStream) - Method in class com.io7m.changelog.xml.CXHTMLChangelogWriters
-
- create(URI, OutputStream) - Method in class com.io7m.changelog.xml.CXMLChangelogWriters
-
- createWithConfiguration(CPlainChangelogWriterConfiguration, URI, OutputStream) - Method in interface com.io7m.changelog.text.api.CPlainChangelogWriterProviderType
-
Create a writer with the given configuration.
- createWithConfiguration(CPlainChangelogWriterConfiguration, URI, OutputStream) - Method in class com.io7m.changelog.text.vanilla.CPlainChangelogWriters
-
- createWithConfiguration(CAtomChangelogWriterConfiguration, URI, OutputStream) - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterProviderType
-
Create a writer with the given configuration.
- createWithConfiguration(CAtomChangelogWriterConfiguration, URI, OutputStream) - Method in class com.io7m.changelog.xml.CAtomChangelogWriters
-
- CRelease - Class in com.io7m.changelog.core
-
A specific release in a changelog.
- CRelease.Builder - Class in com.io7m.changelog.core
-
- CReleaseType - Interface in com.io7m.changelog.core
-
A specific release in a changelog.
- CRITICAL - com.io7m.changelog.parser.api.CParseErrorType.Severity
-
A critical error.
- CSchema - Class in com.io7m.changelog.schema
-
Functions for accessing the schema files.
- CTicketSystem - Class in com.io7m.changelog.core
-
The definition of a ticket system.
- CTicketSystem.Builder - Class in com.io7m.changelog.core
-
- CTicketSystemType - Interface in com.io7m.changelog.core
-
The definition of a ticket system.
- CVersions - Class in com.io7m.changelog.core
-
Functions for parsing and processing versions.
- 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.
- CVersionStandard.Builder - Class in com.io7m.changelog.core
-
- CVersionStandardType - Interface 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.
- CVersionText.Builder - Class in com.io7m.changelog.core
-
- CVersionTextType - Interface 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.
- CXHTMLChangelogWriterProviderType - Interface in com.io7m.changelog.xml.api
-
The type of XHTML writer providers.
- CXHTMLChangelogWriters - Class in com.io7m.changelog.xml
-
A provider for XHTML writers.
- CXHTMLChangelogWriters() - Constructor for class com.io7m.changelog.xml.CXHTMLChangelogWriters
-
Instantiate a provider.
- CXHTMLChangelogWriterType - Interface in com.io7m.changelog.xml.api
-
The type of XHTML writers.
- CXMLChangelogParserProviderType - Interface in com.io7m.changelog.xml.api
-
The type of parser providers.
- CXMLChangelogParsers - Class in com.io7m.changelog.xml
-
A provider for changelog parsers.
- CXMLChangelogParsers() - Constructor for class com.io7m.changelog.xml.CXMLChangelogParsers
-
Instantiate a parser provider.
- CXMLChangelogParserType - Interface in com.io7m.changelog.xml.api
-
The type of XML parsers.
- CXMLChangelogWriterProviderType - Interface in com.io7m.changelog.xml.api
-
The type of writer providers.
- CXMLChangelogWriters - Class in com.io7m.changelog.xml
-
A provider for XML writers.
- CXMLChangelogWriters() - Constructor for class com.io7m.changelog.xml.CXMLChangelogWriters
-
Instantiate a provider.
- CXMLChangelogWriterType - Interface in com.io7m.changelog.xml.api
-
The type of XML writers.
- hashCode() - Method in class com.io7m.changelog.core.CChange
-
Computes a hash code from attributes: date, summary, tickets, module, backwardsCompatible.
- hashCode() - Method in class com.io7m.changelog.core.CChangelog
-
Computes a hash code from attributes: project, releases, ticketSystems.
- hashCode() - Method in class com.io7m.changelog.core.CRelease
-
Computes a hash code from attributes: date, changes, ticketSystemID, version.
- hashCode() - Method in class com.io7m.changelog.core.CTicketSystem
-
Computes a hash code from attributes: id, uri, isDefault.
- hashCode() - Method in class com.io7m.changelog.core.CVersionStandard
-
Computes a hash code from attributes: major, minor, patch, qualifier.
- hashCode() - Method in class com.io7m.changelog.core.CVersionText
-
Computes a hash code from attributes: text.
- hashCode() - Method in class com.io7m.changelog.parser.api.CParseError
-
Computes a hash code from attributes: lexical, severity, message, exception.
- hashCode() - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
-
Computes a hash code from attributes: showDates.
- hashCode() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
-
Computes a hash code from attributes: updated, authorEmail, authorName, title, uri.