Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages

A

addAllChanges(Iterable<? extends CChange>) - Method in class com.io7m.changelog.core.CRelease.Builder
Adds elements to changes list.
addAllTickets(Iterable<? extends CTicketID>) - Method in class com.io7m.changelog.core.CChange.Builder
Adds elements to tickets list.
addChanges(CChange) - Method in class com.io7m.changelog.core.CRelease.Builder
Adds one element to changes list.
addChanges(CChange...) - Method in class com.io7m.changelog.core.CRelease.Builder
Adds elements to changes list.
addTickets(CTicketID) - Method in class com.io7m.changelog.core.CChange.Builder
Adds one element to tickets list.
addTickets(CTicketID...) - Method in class com.io7m.changelog.core.CChange.Builder
Adds elements to tickets list.
authorEmail() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
 
authorEmail() - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterConfigurationType
 
authorName() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
 
authorName() - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterConfigurationType
 

B

backwardsCompatible() - Method in class com.io7m.changelog.core.CChange
 
backwardsCompatible() - Method in interface com.io7m.changelog.core.CChangeType
 
build() - Method in class com.io7m.changelog.core.CChange.Builder
Builds a new CChange.
build() - Method in class com.io7m.changelog.core.CChangelog.Builder
Builds a new CChangelog.
build() - Method in class com.io7m.changelog.core.CModuleName.Builder
Builds a new CModuleName.
build() - Method in class com.io7m.changelog.core.CProjectName.Builder
Builds a new CProjectName.
build() - Method in class com.io7m.changelog.core.CRelease.Builder
Builds a new CRelease.
build() - Method in class com.io7m.changelog.core.CTicketID.Builder
Builds a new CTicketID.
build() - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Builds a new CTicketSystem.
build() - Method in class com.io7m.changelog.core.CVersion.Builder
Builds a new CVersion.
build() - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Builds a new CParseError.
build() - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration.Builder
build() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
builder() - Static method in class com.io7m.changelog.core.CChange
Creates a builder for CChange.
builder() - Static method in class com.io7m.changelog.core.CChangelog
Creates a builder for CChangelog.
builder() - Static method in class com.io7m.changelog.core.CModuleName
Creates a builder for CModuleName.
builder() - Static method in class com.io7m.changelog.core.CProjectName
Creates a builder for CProjectName.
builder() - Static method in class com.io7m.changelog.core.CRelease
Creates a builder for CRelease.
builder() - Static method in class com.io7m.changelog.core.CTicketID
Creates a builder for CTicketID.
builder() - Static method in class com.io7m.changelog.core.CTicketSystem
Creates a builder for CTicketSystem.
builder() - Static method in class com.io7m.changelog.core.CVersion
Creates a builder for CVersion.
builder() - Static method in class com.io7m.changelog.parser.api.CParseError
Creates a builder for CParseError.
builder() - Static method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
Creates a builder for CPlainChangelogWriterConfiguration.
builder() - Static method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Creates a builder for CAtomChangelogWriterConfiguration.

C

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
Builds instances of type CAtomChangelogWriterConfiguration.
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
Builds instances of type CChange.
CChangelog - Class in com.io7m.changelog.core
The type of changelogs.
CChangelog.Builder - Class in com.io7m.changelog.core
Builds instances of type CChangelog.
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.
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.CChangelogType
Check preconditions for the type.
checkPreconditions() - Method in interface com.io7m.changelog.core.CModuleNameType
Check preconditions for the type.
checkPreconditions() - Method in interface com.io7m.changelog.core.CProjectNameType
Check preconditions for the type.
checkPreconditions() - Method in interface com.io7m.changelog.core.CTicketIDType
Check preconditions for the type.
checkPreconditions() - Method in interface com.io7m.changelog.core.CVersionType
Check preconditions for the type.
CLAbstractCommand - Class in com.io7m.changelog.cmdline.internal
The base type of commands.
CLAbstractCommand(Logger, CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLAbstractCommand
Construct a command.
CLAbstractStrings - Class in com.io7m.changelog.cmdline.internal
An abstract implementation of the CLStringsType interface.
CLAbstractStrings(ResourceBundle) - Constructor for class com.io7m.changelog.cmdline.internal.CLAbstractStrings
 
CLCommandChangeAdd - Class in com.io7m.changelog.cmdline.internal
The "change-add" command.
CLCommandChangeAdd(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandChangeAdd
Construct a command.
CLCommandInitialize - Class in com.io7m.changelog.cmdline.internal
The "initialize" command.
CLCommandInitialize(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandInitialize
Construct a command.
CLCommandReleaseBegin - Class in com.io7m.changelog.cmdline.internal
The "release-begin" command.
CLCommandReleaseBegin(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandReleaseBegin
Construct a command.
CLCommandReleaseCurrent - Class in com.io7m.changelog.cmdline.internal
The "release-current" command.
CLCommandReleaseCurrent(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandReleaseCurrent
Construct a command.
CLCommandReleaseFinish - Class in com.io7m.changelog.cmdline.internal
The "release-finish" command.
CLCommandReleaseFinish(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandReleaseFinish
Construct a command.
CLCommandReleaseSetVersion - Class in com.io7m.changelog.cmdline.internal
The "release-set-version" command.
CLCommandReleaseSetVersion(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandReleaseSetVersion
Construct a command.
CLCommandVersion - Class in com.io7m.changelog.cmdline.internal
The "version" command.
CLCommandVersion(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandVersion
Construct a command.
CLCommandWriteAtom - Class in com.io7m.changelog.cmdline.internal
The "write-atom" command.
CLCommandWriteAtom(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandWriteAtom
Construct a command.
CLCommandWritePlain - Class in com.io7m.changelog.cmdline.internal
The "write-plain" command.
CLCommandWritePlain(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandWritePlain
Construct a command.
CLCommandWriteXHTML - Class in com.io7m.changelog.cmdline.internal
The "write-xhtml" command.
CLCommandWriteXHTML(CLPCommandContextType) - Constructor for class com.io7m.changelog.cmdline.internal.CLCommandWriteXHTML
Construct a command.
CLMessages - Class in com.io7m.changelog.cmdline.internal
String resources.
CLStringsType - Interface in com.io7m.changelog.cmdline.internal
A provider of string resources.
CModuleName - Class in com.io7m.changelog.core
The type of module names.
CModuleName.Builder - Class in com.io7m.changelog.core
Builds instances of type CModuleName.
CModuleNames - Class in com.io7m.changelog.core
Functions over module names.
CModuleNameType - Interface in com.io7m.changelog.core
The type of module names.
com.io7m.changelog.cmdline - package com.io7m.changelog.cmdline
Software changelogs (Command line frontend)
com.io7m.changelog.cmdline.internal - package com.io7m.changelog.cmdline.internal
Software changelogs (Command line frontend [Internal classes])
com.io7m.changelog.core - package com.io7m.changelog.core
Software changelogs (Core)
com.io7m.changelog.parser.api - package com.io7m.changelog.parser.api
Software changelogs (Parser API)
com.io7m.changelog.schema - package com.io7m.changelog.schema
Software changelogs (XML schema)
com.io7m.changelog.text.api - package com.io7m.changelog.text.api
Software changelogs (Text API)
com.io7m.changelog.text.vanilla - package com.io7m.changelog.text.vanilla
Software changelogs (Default text implementation)
com.io7m.changelog.writer.api - package com.io7m.changelog.writer.api
Software changelogs (Writer API)
com.io7m.changelog.xml - package com.io7m.changelog.xml
Software changelogs (XML)
com.io7m.changelog.xml.api - package com.io7m.changelog.xml.api
Software changelogs (XML API)
commandNames() - Method in class com.io7m.changelog.cmdline.Main
 
commands() - Method in class com.io7m.changelog.cmdline.Main
 
compareTo(CVersionQualifier) - Method in record class com.io7m.changelog.core.CVersionQualifier
 
compareTo(CVersionType) - Method in interface com.io7m.changelog.core.CVersionType
 
copyOf(CChangelogType) - Static method in class com.io7m.changelog.core.CChangelog
Creates an immutable copy of a CChangelogType value.
copyOf(CChangeType) - Static method in class com.io7m.changelog.core.CChange
Creates an immutable copy of a CChangeType value.
copyOf(CModuleNameType) - Static method in class com.io7m.changelog.core.CModuleName
Creates an immutable copy of a CModuleNameType value.
copyOf(CProjectNameType) - Static method in class com.io7m.changelog.core.CProjectName
Creates an immutable copy of a CProjectNameType value.
copyOf(CReleaseType) - Static method in class com.io7m.changelog.core.CRelease
Creates an immutable copy of a CReleaseType value.
copyOf(CTicketIDType) - Static method in class com.io7m.changelog.core.CTicketID
Creates an immutable copy of a CTicketIDType value.
copyOf(CTicketSystemType) - Static method in class com.io7m.changelog.core.CTicketSystem
Creates an immutable copy of a CTicketSystemType value.
copyOf(CVersionType) - Static method in class com.io7m.changelog.core.CVersion
Creates an immutable copy of a CVersionType value.
copyOf(CParseErrorType) - Static method in class com.io7m.changelog.parser.api.CParseError
Creates an immutable copy of a CParseErrorType value.
copyOf(CPlainChangelogWriterConfigurationType) - Static method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
Creates an immutable copy of a CPlainChangelogWriterConfigurationType value.
copyOf(CAtomChangelogWriterConfigurationType) - Static method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Creates an immutable copy of a CAtomChangelogWriterConfigurationType value.
CParseError - Class in com.io7m.changelog.parser.api
The type of parse errors.
CParseError.Builder - Class in com.io7m.changelog.parser.api
Builds instances of type CParseError.
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 Class 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
Builds instances of type CPlainChangelogWriterConfiguration.
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.
CProjectName - Class in com.io7m.changelog.core
The type of project names.
CProjectName.Builder - Class in com.io7m.changelog.core
Builds instances of type CProjectName.
CProjectNames - Class in com.io7m.changelog.core
Functions over project names.
CProjectNameType - Interface in com.io7m.changelog.core
The type of project names.
create() - Static method in class com.io7m.changelog.cmdline.internal.CLMessages
Create string resources.
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
Builds instances of type CRelease.
CReleaseType - Interface in com.io7m.changelog.core
A specific release in a changelog.
CRITICAL - Enum constant in enum class com.io7m.changelog.parser.api.CParseErrorType.Severity
A critical error.
CSchema - Class in com.io7m.changelog.schema
Functions for accessing the schema files.
CTicketID - Class in com.io7m.changelog.core
The type of ticket IDs.
CTicketID.Builder - Class in com.io7m.changelog.core
Builds instances of type CTicketID.
CTicketIDs - Class in com.io7m.changelog.core
Functions over ticket IDs.
CTicketIDType - Interface in com.io7m.changelog.core
The type of ticket IDs.
CTicketSystem - Class in com.io7m.changelog.core
The definition of a ticket system.
CTicketSystem.Builder - Class in com.io7m.changelog.core
Builds instances of type CTicketSystem.
CTicketSystemType - Interface in com.io7m.changelog.core
The definition of a ticket system.
CVersion - Class in com.io7m.changelog.core
A version number.
CVersion.Builder - Class in com.io7m.changelog.core
Builds instances of type CVersion.
CVersionQualifier - Record Class in com.io7m.changelog.core
A version number qualifier.
CVersionQualifier(String) - Constructor for record class com.io7m.changelog.core.CVersionQualifier
A version number qualifier.
CVersions - Class in com.io7m.changelog.core
A parser of version numbers.
CVersionType - Interface in com.io7m.changelog.core
A version number.
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.

D

date() - Method in class com.io7m.changelog.core.CChange
 
date() - Method in interface com.io7m.changelog.core.CChangeType
 
date() - Method in class com.io7m.changelog.core.CRelease
 
date() - Method in interface com.io7m.changelog.core.CReleaseType
 

E

equals(Object) - Method in class com.io7m.changelog.core.CChange
This instance is equal to all instances of CChange that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CChangelog
This instance is equal to all instances of CChangelog that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CModuleName
This instance is equal to all instances of CModuleName that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CProjectName
This instance is equal to all instances of CProjectName that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CRelease
This instance is equal to all instances of CRelease that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CTicketID
This instance is equal to all instances of CTicketID that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CTicketSystem
This instance is equal to all instances of CTicketSystem that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CVersion
This instance is equal to all instances of CVersion that have equal attribute values.
equals(Object) - Method in record class com.io7m.changelog.core.CVersionQualifier
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.io7m.changelog.parser.api.CParseError
This instance is equal to all instances of CParseError that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
This instance is equal to all instances of CPlainChangelogWriterConfiguration that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
This instance is equal to all instances of CAtomChangelogWriterConfiguration that have equal attribute values.
error(String, Object...) - Method in class com.io7m.changelog.cmdline.internal.CLAbstractCommand
 
ERROR - Enum constant in enum class com.io7m.changelog.parser.api.CParseErrorType.Severity
An error.
exception() - Method in class com.io7m.changelog.parser.api.CParseError
 
exception() - Method in interface com.io7m.changelog.parser.api.CParseErrorType
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandChangeAdd
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandInitialize
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseBegin
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseCurrent
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseFinish
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseSetVersion
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandVersion
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWriteAtom
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWritePlain
 
executeActual() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWriteXHTML
 
exitCause() - Method in class com.io7m.changelog.cmdline.Main
 
exitCode() - Method in class com.io7m.changelog.cmdline.Main
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandChangeAdd
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandInitialize
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseBegin
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseCurrent
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseFinish
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseSetVersion
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWriteAtom
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWritePlain
 
extendedHelp() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWriteXHTML
 

F

findTargetRelease(CVersion) - Method in interface com.io7m.changelog.core.CChangelogType
Find the target release.
findTargetReleaseOrLatest(Optional<CVersion>) - Method in interface com.io7m.changelog.core.CChangelogType
Find the target release if one is specified, or return the current release otherwise.
findTargetReleaseOrLatestOpen(Optional<CVersion>) - Method in interface com.io7m.changelog.core.CChangelogType
Find the target release if one is specified, or return the current release otherwise, but only if either of those releases are open.
findTicketSystem(Optional<String>) - Method in interface com.io7m.changelog.core.CChangelogType
Find the current ticket system.
format(String, Object...) - Method in class com.io7m.changelog.cmdline.internal.CLAbstractStrings
 
format(String, Object...) - Method in interface com.io7m.changelog.cmdline.internal.CLStringsType
Format a message.
formatTo(Formatter, int, int, int) - Method in interface com.io7m.changelog.core.CVersionType
 
from(CChangelogType) - Method in class com.io7m.changelog.core.CChangelog.Builder
Fill a builder with attribute values from the provided CChangelogType instance.
from(CChangeType) - Method in class com.io7m.changelog.core.CChange.Builder
Fill a builder with attribute values from the provided CChangeType instance.
from(CModuleNameType) - Method in class com.io7m.changelog.core.CModuleName.Builder
Fill a builder with attribute values from the provided CModuleNameType instance.
from(CProjectNameType) - Method in class com.io7m.changelog.core.CProjectName.Builder
Fill a builder with attribute values from the provided CProjectNameType instance.
from(CReleaseType) - Method in class com.io7m.changelog.core.CRelease.Builder
Fill a builder with attribute values from the provided CReleaseType instance.
from(CTicketIDType) - Method in class com.io7m.changelog.core.CTicketID.Builder
Fill a builder with attribute values from the provided CTicketIDType instance.
from(CTicketSystemType) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Fill a builder with attribute values from the provided CTicketSystemType instance.
from(CVersionType) - Method in class com.io7m.changelog.core.CVersion.Builder
Fill a builder with attribute values from the provided CVersionType instance.
from(CParseErrorType) - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Fill a builder with attribute values from the provided CParseErrorType instance.
from(CPlainChangelogWriterConfigurationType) - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration.Builder
Fill a builder with attribute values from the provided CPlainChangelogWriterConfigurationType instance.
from(CAtomChangelogWriterConfigurationType) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
Fill a builder with attribute values from the provided CAtomChangelogWriterConfigurationType instance.

G

getURISchemaXSD() - Static method in class com.io7m.changelog.schema.CSchema
 

H

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.CModuleName
Computes a hash code from attributes: value.
hashCode() - Method in class com.io7m.changelog.core.CProjectName
Computes a hash code from attributes: value.
hashCode() - Method in class com.io7m.changelog.core.CRelease
Computes a hash code from attributes: date, changes, ticketSystemID, version, open.
hashCode() - Method in class com.io7m.changelog.core.CTicketID
Computes a hash code from attributes: value.
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.CVersion
Computes a hash code from attributes: major, minor, patch, qualifier.
hashCode() - Method in record class com.io7m.changelog.core.CVersionQualifier
Returns a hash code value for this object.
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.

I

id() - Method in class com.io7m.changelog.core.CTicketSystem
 
id() - Method in interface com.io7m.changelog.core.CTicketSystemType
 
info(String, Object...) - Method in class com.io7m.changelog.cmdline.internal.CLAbstractCommand
 
isDefault() - Method in class com.io7m.changelog.core.CTicketSystem
 
isDefault() - Method in interface com.io7m.changelog.core.CTicketSystemType
 
isOpen() - Method in class com.io7m.changelog.core.CRelease
 
isOpen() - Method in interface com.io7m.changelog.core.CReleaseType
 
isSnapshot() - Method in record class com.io7m.changelog.core.CVersionQualifier
 
isValid(String) - Static method in class com.io7m.changelog.core.CModuleNames
 
isValid(String) - Static method in class com.io7m.changelog.core.CProjectNames
 
isValid(String) - Static method in class com.io7m.changelog.core.CTicketIDs
 

L

latestRelease() - Method in interface com.io7m.changelog.core.CChangelogType
 
lexical() - Method in class com.io7m.changelog.parser.api.CParseError
 
lexical() - Method in interface com.io7m.changelog.parser.api.CParseErrorType
 
limit(CChangelog, long) - Static method in class com.io7m.changelog.core.CChangelogFilters
Filter the changelog to only contain the size most recent releases.
loggingHandler(Logger) - Static method in class com.io7m.changelog.parser.api.CParseErrorHandlers
A parse error handler that formats and logs all errors to the given logger.

M

main(String[]) - Static method in class com.io7m.changelog.cmdline.Main
The main entry point.
main(String[]) - Static method in class com.io7m.changelog.cmdline.MainExitless
The main entry point.
Main - Class in com.io7m.changelog.cmdline
Main command line entry point.
MainExitless - Class in com.io7m.changelog.cmdline
Main command line entry point that does not call exit().
major() - Method in class com.io7m.changelog.core.CVersion
 
major() - Method in interface com.io7m.changelog.core.CVersionType
 
message() - Method in class com.io7m.changelog.parser.api.CParseError
 
message() - Method in interface com.io7m.changelog.parser.api.CParseErrorType
 
messages() - Method in class com.io7m.changelog.cmdline.internal.CLAbstractCommand
 
minor() - Method in class com.io7m.changelog.core.CVersion
 
minor() - Method in interface com.io7m.changelog.core.CVersionType
 
module() - Method in class com.io7m.changelog.core.CChange
 
module() - Method in interface com.io7m.changelog.core.CChangeType
 

N

name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandChangeAdd
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandInitialize
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseBegin
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseCurrent
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseFinish
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandReleaseSetVersion
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandVersion
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWriteAtom
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWritePlain
 
name() - Method in class com.io7m.changelog.cmdline.internal.CLCommandWriteXHTML
 

O

of(boolean) - Static method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
Construct a new immutable CPlainChangelogWriterConfiguration instance.
of(LexicalPosition<URI>, CParseErrorType.Severity, String, Optional<? extends Exception>) - Static method in class com.io7m.changelog.parser.api.CParseError
Construct a new immutable CParseError instance.
of(String) - Static method in class com.io7m.changelog.core.CModuleName
Construct a new immutable CModuleName instance.
of(String) - Static method in class com.io7m.changelog.core.CProjectName
Construct a new immutable CProjectName instance.
of(String) - Static method in class com.io7m.changelog.core.CTicketID
Construct a new immutable CTicketID instance.
of(BigInteger, BigInteger, BigInteger) - Static method in class com.io7m.changelog.core.CVersion
Construct a new immutable CVersion instance.
of(ZonedDateTime, String, String, String, URI) - Static method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Construct a new immutable CAtomChangelogWriterConfiguration instance.
ofXML(InputStream) - Static method in class com.io7m.changelog.cmdline.internal.CLAbstractStrings
 
ofXMLResource(Class<?>, String) - Static method in class com.io7m.changelog.cmdline.internal.CLAbstractStrings
 

P

parse() - Method in interface com.io7m.changelog.parser.api.CChangelogParserType
 
parse() - Method in interface com.io7m.changelog.xml.api.CXMLChangelogParserType
 
parse(String) - Static method in class com.io7m.changelog.core.CVersions
Parse a version number.
parse(Path, Consumer<CParseError>) - Method in interface com.io7m.changelog.xml.api.CXMLChangelogParserProviderType
Parse a changelog from the given file.
patch() - Method in class com.io7m.changelog.core.CVersion
 
patch() - Method in interface com.io7m.changelog.core.CVersionType
 
project() - Method in class com.io7m.changelog.core.CChangelog
 
project() - Method in interface com.io7m.changelog.core.CChangelogType
 
putAllTicketSystems(Map<String, ? extends CTicketSystem>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Put all mappings from the specified map as entries to ticketSystems map.
putTicketSystems(String, CTicketSystem) - Method in class com.io7m.changelog.core.CChangelog.Builder
Put one entry to the ticketSystems map.
putTicketSystems(Map.Entry<String, ? extends CTicketSystem>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Put one entry to the ticketSystems map.

Q

qualifier() - Method in class com.io7m.changelog.core.CVersion
 
qualifier() - Method in interface com.io7m.changelog.core.CVersionType
 

R

releases() - Method in class com.io7m.changelog.core.CChangelog
 
releases() - Method in interface com.io7m.changelog.core.CChangelogType
 
releaseVersions() - Method in interface com.io7m.changelog.core.CChangelogType
 
resources() - Method in class com.io7m.changelog.cmdline.internal.CLAbstractStrings
 
resources() - Method in interface com.io7m.changelog.cmdline.internal.CLStringsType
 
run() - Method in class com.io7m.changelog.cmdline.Main
 

S

setAuthorEmail(String) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
Initializes the value for the authorEmail attribute.
setAuthorName(String) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
Initializes the value for the authorName attribute.
setBackwardsCompatible(boolean) - Method in class com.io7m.changelog.core.CChange.Builder
Initializes the value for the backwardsCompatible attribute.
setChanges(Iterable<? extends CChange>) - Method in class com.io7m.changelog.core.CRelease.Builder
Sets or replaces all elements for changes list.
setDate(ZonedDateTime) - Method in class com.io7m.changelog.core.CChange.Builder
Initializes the value for the date attribute.
setDate(ZonedDateTime) - Method in class com.io7m.changelog.core.CRelease.Builder
Initializes the value for the date attribute.
setDefault(boolean) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Initializes the value for the default attribute.
setException(Exception) - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Initializes the optional value exception to exception.
setException(Optional<? extends Exception>) - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Initializes the optional value exception to exception.
setId(String) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Initializes the value for the id attribute.
setLexical(LexicalPosition<URI>) - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Initializes the value for the lexical attribute.
setMajor(BigInteger) - Method in class com.io7m.changelog.core.CVersion.Builder
Initializes the value for the major attribute.
setMessage(String) - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Initializes the value for the message attribute.
setMinor(BigInteger) - Method in class com.io7m.changelog.core.CVersion.Builder
Initializes the value for the minor attribute.
setModule(CModuleName) - Method in class com.io7m.changelog.core.CChange.Builder
Initializes the optional value module to module.
setModule(Optional<? extends CModuleName>) - Method in class com.io7m.changelog.core.CChange.Builder
Initializes the optional value module to module.
setOpen(boolean) - Method in class com.io7m.changelog.core.CRelease.Builder
Initializes the value for the open attribute.
setPatch(BigInteger) - Method in class com.io7m.changelog.core.CVersion.Builder
Initializes the value for the patch attribute.
setProject(CProjectName) - Method in class com.io7m.changelog.core.CChangelog.Builder
Initializes the value for the project attribute.
setQualifier(CVersionQualifier) - Method in class com.io7m.changelog.core.CVersion.Builder
Initializes the optional value qualifier to qualifier.
setQualifier(Optional<? extends CVersionQualifier>) - Method in class com.io7m.changelog.core.CVersion.Builder
Initializes the optional value qualifier to qualifier.
setReleases(SortedMap<CVersion, CRelease>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Initializes the value for the releases attribute.
setSeverity(CParseErrorType.Severity) - Method in class com.io7m.changelog.parser.api.CParseError.Builder
Initializes the value for the severity attribute.
setShowDates(boolean) - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration.Builder
Initializes the value for the showDates attribute.
setSummary(String) - Method in class com.io7m.changelog.core.CChange.Builder
Initializes the value for the summary attribute.
setTickets(Iterable<? extends CTicketID>) - Method in class com.io7m.changelog.core.CChange.Builder
Sets or replaces all elements for tickets list.
setTicketSystemID(String) - Method in class com.io7m.changelog.core.CRelease.Builder
Initializes the value for the ticketSystemID attribute.
setTicketSystems(Map<String, ? extends CTicketSystem>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Sets or replaces all mappings from the specified map as entries for the ticketSystems map.
setTitle(String) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
Initializes the value for the title attribute.
setUpdated(ZonedDateTime) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
Initializes the value for the updated attribute.
setUri(URI) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Initializes the value for the uri attribute.
setUri(URI) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration.Builder
Initializes the value for the uri attribute.
setValue(String) - Method in class com.io7m.changelog.core.CModuleName.Builder
Initializes the value for the value attribute.
setValue(String) - Method in class com.io7m.changelog.core.CProjectName.Builder
Initializes the value for the value attribute.
setValue(String) - Method in class com.io7m.changelog.core.CTicketID.Builder
Initializes the value for the value attribute.
setVersion(CVersion) - Method in class com.io7m.changelog.core.CRelease.Builder
Initializes the value for the version attribute.
severity() - Method in class com.io7m.changelog.parser.api.CParseError
 
severity() - Method in interface com.io7m.changelog.parser.api.CParseErrorType
 
showDates() - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
 
showDates() - Method in interface com.io7m.changelog.text.api.CPlainChangelogWriterConfigurationType
 
suggestNextRelease() - Method in interface com.io7m.changelog.core.CChangelogType
Suggest a new version number for the next release.
summary() - Method in class com.io7m.changelog.core.CChange
 
summary() - Method in interface com.io7m.changelog.core.CChangeType
 

T

text() - Method in record class com.io7m.changelog.core.CVersionQualifier
Returns the value of the text record component.
tickets() - Method in class com.io7m.changelog.core.CChange
 
tickets() - Method in interface com.io7m.changelog.core.CChangeType
 
ticketSystemID() - Method in class com.io7m.changelog.core.CRelease
 
ticketSystemID() - Method in interface com.io7m.changelog.core.CReleaseType
 
ticketSystems() - Method in class com.io7m.changelog.core.CChangelog
 
ticketSystems() - Method in interface com.io7m.changelog.core.CChangelogType
 
title() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
 
title() - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterConfigurationType
 
toString() - Method in class com.io7m.changelog.cmdline.internal.CLMessages
 
toString() - Method in class com.io7m.changelog.cmdline.Main
 
toString() - Method in class com.io7m.changelog.cmdline.MainExitless
 
toString() - Method in class com.io7m.changelog.core.CChange
Prints the immutable value CChange with attribute values.
toString() - Method in class com.io7m.changelog.core.CChangelog
Prints the immutable value CChangelog with attribute values.
toString() - Method in class com.io7m.changelog.core.CModuleName
Prints the immutable value CModuleName with attribute values.
toString() - Method in class com.io7m.changelog.core.CProjectName
Prints the immutable value CProjectName with attribute values.
toString() - Method in class com.io7m.changelog.core.CRelease
Prints the immutable value CRelease with attribute values.
toString() - Method in class com.io7m.changelog.core.CTicketID
Prints the immutable value CTicketID with attribute values.
toString() - Method in class com.io7m.changelog.core.CTicketSystem
Prints the immutable value CTicketSystem with attribute values.
toString() - Method in class com.io7m.changelog.core.CVersion
Prints the immutable value CVersion with attribute values.
toString() - Method in record class com.io7m.changelog.core.CVersionQualifier
Returns a string representation of this record class.
toString() - Method in class com.io7m.changelog.parser.api.CParseError
Prints the immutable value CParseError with attribute values.
toString() - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
Prints the immutable value CPlainChangelogWriterConfiguration with attribute values.
toString() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Prints the immutable value CAtomChangelogWriterConfiguration with attribute values.

U

updated() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
 
updated() - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterConfigurationType
 
upToAndIncluding(CChangelog, CVersion, int) - Static method in class com.io7m.changelog.core.CChangelogFilters
 
uri() - Method in class com.io7m.changelog.core.CTicketSystem
 
uri() - Method in interface com.io7m.changelog.core.CTicketSystemType
 
uri() - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
 
uri() - Method in interface com.io7m.changelog.xml.api.CAtomChangelogWriterConfigurationType
 

V

VALID_NAME_LENGTH - Static variable in class com.io7m.changelog.core.CModuleNames
The maximum length of a name.
VALID_NAME_LENGTH - Static variable in class com.io7m.changelog.core.CProjectNames
The maximum length of a name.
VALID_NAME_LENGTH - Static variable in class com.io7m.changelog.core.CTicketIDs
The maximum length of a ticket ID.
VALID_NAMES - Static variable in class com.io7m.changelog.core.CModuleNames
The pattern that defines a valid name, not including the length of the name.
VALID_NAMES - Static variable in class com.io7m.changelog.core.CProjectNames
The pattern that defines a valid name, not including the length of the name.
VALID_NAMES - Static variable in class com.io7m.changelog.core.CTicketIDs
The pattern that defines a valid ticket ID, not including the length of the name.
value() - Method in class com.io7m.changelog.core.CModuleName
 
value() - Method in interface com.io7m.changelog.core.CModuleNameType
 
value() - Method in class com.io7m.changelog.core.CProjectName
 
value() - Method in interface com.io7m.changelog.core.CProjectNameType
 
value() - Method in class com.io7m.changelog.core.CTicketID
 
value() - Method in interface com.io7m.changelog.core.CTicketIDType
 
valueOf(String) - Static method in enum class com.io7m.changelog.parser.api.CParseErrorType.Severity
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.io7m.changelog.parser.api.CParseErrorType.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in class com.io7m.changelog.core.CRelease
 
version() - Method in interface com.io7m.changelog.core.CReleaseType
 

W

WARNING - Enum constant in enum class com.io7m.changelog.parser.api.CParseErrorType.Severity
A warning.
withAuthorEmail(String) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Copy the current immutable object by setting a value for the authorEmail attribute.
withAuthorName(String) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Copy the current immutable object by setting a value for the authorName attribute.
withBackwardsCompatible(boolean) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object by setting a value for the backwardsCompatible attribute.
withChanges(CChange...) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object with elements that replace the content of changes.
withChanges(Iterable<? extends CChange>) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object with elements that replace the content of changes.
withDate(ZonedDateTime) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object by setting a value for the date attribute.
withDate(ZonedDateTime) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object by setting a value for the date attribute.
withDefault(boolean) - Method in class com.io7m.changelog.core.CTicketSystem
Copy the current immutable object by setting a value for the default attribute.
withException(Exception) - Method in class com.io7m.changelog.parser.api.CParseError
Copy the current immutable object by setting a present value for the optional exception attribute.
withException(Optional<? extends Exception>) - Method in class com.io7m.changelog.parser.api.CParseError
Copy the current immutable object by setting an optional value for the exception attribute.
withId(String) - Method in class com.io7m.changelog.core.CTicketSystem
Copy the current immutable object by setting a value for the id attribute.
withLexical(LexicalPosition<URI>) - Method in class com.io7m.changelog.parser.api.CParseError
Copy the current immutable object by setting a value for the lexical attribute.
withMajor(BigInteger) - Method in class com.io7m.changelog.core.CVersion
Copy the current immutable object by setting a value for the major attribute.
withMessage(String) - Method in class com.io7m.changelog.parser.api.CParseError
Copy the current immutable object by setting a value for the message attribute.
withMinor(BigInteger) - Method in class com.io7m.changelog.core.CVersion
Copy the current immutable object by setting a value for the minor attribute.
withModule(CModuleName) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object by setting a present value for the optional module attribute.
withModule(Optional<? extends CModuleName>) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object by setting an optional value for the module attribute.
withOpen(boolean) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object by setting a value for the open attribute.
withPatch(BigInteger) - Method in class com.io7m.changelog.core.CVersion
Copy the current immutable object by setting a value for the patch attribute.
withProject(CProjectName) - Method in class com.io7m.changelog.core.CChangelog
Copy the current immutable object by setting a value for the project attribute.
withQualifier(CVersionQualifier) - Method in class com.io7m.changelog.core.CVersion
Copy the current immutable object by setting a present value for the optional qualifier attribute.
withQualifier(Optional<? extends CVersionQualifier>) - Method in class com.io7m.changelog.core.CVersion
Copy the current immutable object by setting an optional value for the qualifier attribute.
withReleases(SortedMap<CVersion, CRelease>) - Method in class com.io7m.changelog.core.CChangelog
Copy the current immutable object by setting a value for the releases attribute.
withSeverity(CParseErrorType.Severity) - Method in class com.io7m.changelog.parser.api.CParseError
Copy the current immutable object by setting a value for the severity attribute.
withShowDates(boolean) - Method in class com.io7m.changelog.text.api.CPlainChangelogWriterConfiguration
Copy the current immutable object by setting a value for the showDates attribute.
withSummary(String) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object by setting a value for the summary attribute.
withTickets(CTicketID...) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object with elements that replace the content of tickets.
withTickets(Iterable<? extends CTicketID>) - Method in class com.io7m.changelog.core.CChange
Copy the current immutable object with elements that replace the content of tickets.
withTicketSystemID(String) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object by setting a value for the ticketSystemID attribute.
withTicketSystems(Map<String, ? extends CTicketSystem>) - Method in class com.io7m.changelog.core.CChangelog
Copy the current immutable object by replacing the ticketSystems map with the specified map.
withTitle(String) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Copy the current immutable object by setting a value for the title attribute.
withUpdated(ZonedDateTime) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Copy the current immutable object by setting a value for the updated attribute.
withUri(URI) - Method in class com.io7m.changelog.core.CTicketSystem
Copy the current immutable object by setting a value for the uri attribute.
withUri(URI) - Method in class com.io7m.changelog.xml.api.CAtomChangelogWriterConfiguration
Copy the current immutable object by setting a value for the uri attribute.
withValue(String) - Method in class com.io7m.changelog.core.CModuleName
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.io7m.changelog.core.CProjectName
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.io7m.changelog.core.CTicketID
Copy the current immutable object by setting a value for the value attribute.
withVersion(CVersion) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object by setting a value for the version attribute.
write(CChangelog) - Method in interface com.io7m.changelog.writer.api.CChangelogWriterType
 
write(Path, Path, CChangelog) - Method in interface com.io7m.changelog.xml.api.CXMLChangelogWriterProviderType
Create a new writer, write the contents of changelog to fileTemp and then atomically rename fileTemp to file.

X

XML_URI - Static variable in class com.io7m.changelog.schema.CSchema
The public XML URI for changelog documents.
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages