Skip navigation links
A B C D E F G H I M O P Q R S T U V W X 

A

addAllItems(Iterable<? extends CItem>) - Method in class com.io7m.changelog.core.CRelease.Builder
Adds elements to items list.
addAllReleases(Iterable<? extends CRelease>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Adds elements to releases list.
addAllTickets(Iterable<String>) - Method in class com.io7m.changelog.core.CItem.Builder
Adds elements to tickets list.
addAllUris(Iterable<? extends URI>) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Adds elements to uris list.
addItems(CItem) - Method in class com.io7m.changelog.core.CRelease.Builder
Adds one element to items list.
addItems(CItem...) - Method in class com.io7m.changelog.core.CRelease.Builder
Adds elements to items list.
addReleases(CRelease) - Method in class com.io7m.changelog.core.CChangelog.Builder
Adds one element to releases list.
addReleases(CRelease...) - Method in class com.io7m.changelog.core.CChangelog.Builder
Adds elements to releases list.
addTickets(String) - Method in class com.io7m.changelog.core.CItem.Builder
Adds one element to tickets list.
addTickets(String...) - Method in class com.io7m.changelog.core.CItem.Builder
Adds elements to tickets list.
addUris(URI) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Adds one element to uris list.
addUris(URI...) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Adds elements to uris list.
authorEmail() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
authorEmail() - Method in interface com.io7m.changelog.xom.CAtomFeedMetaType
 
authorName() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
authorName() - Method in interface com.io7m.changelog.xom.CAtomFeedMetaType
 

B

build() - Method in class com.io7m.changelog.core.CChangelog.Builder
Builds a new CChangelog.
build() - Method in class com.io7m.changelog.core.CItem.Builder
Builds a new CItem.
build() - Method in class com.io7m.changelog.core.CRelease.Builder
Builds a new CRelease.
build() - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Builds a new CTicketSystem.
build() - Method in class com.io7m.changelog.core.CVersionStandard.Builder
Builds a new CVersionStandard.
build() - Method in class com.io7m.changelog.core.CVersionText.Builder
Builds a new CVersionText.
build() - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration.Builder
build() - Method in class com.io7m.changelog.xom.CAtomFeedMeta.Builder
Builds a new CAtomFeedMeta.
builder() - Static method in class com.io7m.changelog.core.CChangelog
Creates a builder for CChangelog.
builder() - Static method in class com.io7m.changelog.core.CItem
Creates a builder for CItem.
builder() - Static method in class com.io7m.changelog.core.CRelease
Creates a builder for CRelease.
builder() - Static method in class com.io7m.changelog.core.CTicketSystem
Creates a builder for CTicketSystem.
builder() - Static method in class com.io7m.changelog.core.CVersionStandard
Creates a builder for CVersionStandard.
builder() - Static method in class com.io7m.changelog.core.CVersionText
Creates a builder for CVersionText.
builder() - Static method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Creates a builder for CChangelogTextWriterConfiguration.
builder() - Static method in class com.io7m.changelog.xom.CAtomFeedMeta
Creates a builder for CAtomFeedMeta.

C

CAtomFeedMeta - Class in com.io7m.changelog.xom
The type of Atom feed metadata.
CAtomFeedMeta.Builder - Class in com.io7m.changelog.xom
Builds instances of type CAtomFeedMeta.
CAtomFeedMetaType - Interface in com.io7m.changelog.xom
The type of Atom feed metadata.
CChangelog - Class in com.io7m.changelog.core
The type of changelogs.
CChangelog.Builder - Class in com.io7m.changelog.core
Builds instances of type CChangelog.
CChangelogAtomWriter - Class in com.io7m.changelog.xom
A changelog Atom feed writer.
CChangelogTextWriter - Class in com.io7m.changelog.text
A plain-text changelog serializer.
CChangelogTextWriterConfiguration - Class in com.io7m.changelog.text
The type of text writer configurations.
CChangelogTextWriterConfiguration.Builder - Class in com.io7m.changelog.text
Builds instances of type CChangelogTextWriterConfiguration.
CChangelogTextWriterConfigurationType - Interface in com.io7m.changelog.text
The type of text writer configurations.
CChangelogType - Interface in com.io7m.changelog.core
The type of changelogs.
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
Functions for retrieving the documentation.
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.
CItem - Class in com.io7m.changelog.core
A changelog item for a specific release.
CItem.Builder - Class in com.io7m.changelog.core
Builds instances of type CItem.
CItemType - Interface 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.schema - package com.io7m.changelog.schema
Functions for accessing schema files from Java.
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.
compareTo(CVersionType) - Method in interface com.io7m.changelog.core.CVersionStandardType
 
compareTo(CVersionType) - Method in interface com.io7m.changelog.core.CVersionTextType
 
copyOf(CChangelogType) - Static method in class com.io7m.changelog.core.CChangelog
Creates an immutable copy of a CChangelogType value.
copyOf(CItemType) - Static method in class com.io7m.changelog.core.CItem
Creates an immutable copy of a CItemType value.
copyOf(CReleaseType) - Static method in class com.io7m.changelog.core.CRelease
Creates an immutable copy of a CReleaseType value.
copyOf(CTicketSystemType) - Static method in class com.io7m.changelog.core.CTicketSystem
Creates an immutable copy of a CTicketSystemType value.
copyOf(CVersionStandardType) - Static method in class com.io7m.changelog.core.CVersionStandard
Creates an immutable copy of a CVersionStandardType value.
copyOf(CVersionTextType) - Static method in class com.io7m.changelog.core.CVersionText
Creates an immutable copy of a CVersionTextType value.
copyOf(CChangelogTextWriterConfigurationType) - Static method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Creates an immutable copy of a CChangelogTextWriterConfigurationType value.
copyOf(CAtomFeedMetaType) - Static method in class com.io7m.changelog.xom.CAtomFeedMeta
Creates an immutable copy of a CAtomFeedMetaType value.
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.
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
Builds instances of type CTicketSystem.
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
Builds instances of type CVersionStandard.
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
Builds instances of type CVersionText.
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.

D

date() - Method in class com.io7m.changelog.core.CItem
 
date() - Method in interface com.io7m.changelog.core.CItemType
 
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.CChangelog
This instance is equal to all instances of CChangelog that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CItem
This instance is equal to all instances of CItem 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.CTicketSystem
This instance is equal to all instances of CTicketSystem that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CVersionStandard
This instance is equal to all instances of CVersionStandard that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.core.CVersionText
This instance is equal to all instances of CVersionText that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
This instance is equal to all instances of CChangelogTextWriterConfiguration that have equal attribute values.
equals(Object) - Method in class com.io7m.changelog.xom.CAtomFeedMeta
This instance is equal to all instances of CAtomFeedMeta that have equal attribute values.

F

from(CChangelogType) - Method in class com.io7m.changelog.core.CChangelog.Builder
Fill a builder with attribute values from the provided CChangelogType instance.
from(CItemType) - Method in class com.io7m.changelog.core.CItem.Builder
Fill a builder with attribute values from the provided CItemType instance.
from(CReleaseType) - Method in class com.io7m.changelog.core.CRelease.Builder
Fill a builder with attribute values from the provided CReleaseType instance.
from(CTicketSystemType) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Fill a builder with attribute values from the provided CTicketSystemType instance.
from(CVersionStandardType) - Method in class com.io7m.changelog.core.CVersionStandard.Builder
Fill a builder with attribute values from the provided CVersionStandardType instance.
from(CVersionTextType) - Method in class com.io7m.changelog.core.CVersionText.Builder
Fill a builder with attribute values from the provided CVersionTextType instance.
from(CChangelogTextWriterConfigurationType) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration.Builder
Fill a builder with attribute values from the provided CChangelogTextWriterConfigurationType instance.
from(CAtomFeedMetaType) - Method in class com.io7m.changelog.xom.CAtomFeedMeta.Builder
Fill a builder with attribute values from the provided CAtomFeedMetaType instance.

G

getDocumentationXMLLocation() - Static method in class com.io7m.changelog.documentation.CDocumentation
 
getURISchemaRNG() - Static method in class com.io7m.changelog.schema.CSchema
 
getURISchemaXSD() - Static method in class com.io7m.changelog.schema.CSchema
 
getURIXMLXSD() - Static method in class com.io7m.changelog.schema.CSchema
 

H

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.CItem
Computes a hash code from attributes: date, summary, tickets, type.
hashCode() - Method in class com.io7m.changelog.core.CRelease
Computes a hash code from attributes: date, items, ticketSystemID, version.
hashCode() - Method in class com.io7m.changelog.core.CTicketSystem
Computes a hash code from attributes: id, uris.
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.text.CChangelogTextWriterConfiguration
Computes a hash code from attributes: release, showDates.
hashCode() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
Computes a hash code from attributes: authorEmail, authorName, title, uri.

I

id() - Method in class com.io7m.changelog.core.CTicketSystem
 
id() - Method in interface com.io7m.changelog.core.CTicketSystemType
 
items() - Method in class com.io7m.changelog.core.CRelease
 
items() - Method in interface com.io7m.changelog.core.CReleaseType
 

M

major() - Method in class com.io7m.changelog.core.CVersionStandard
 
major() - Method in interface com.io7m.changelog.core.CVersionStandardType
 
minor() - Method in class com.io7m.changelog.core.CVersionStandard
 
minor() - Method in interface com.io7m.changelog.core.CVersionStandardType
 

O

of(String, List<CRelease>, Map<String, URI>) - Static method in class com.io7m.changelog.core.CChangelog
Construct a new immutable CChangelog instance.
of(String, Iterable<? extends CRelease>, Map<String, ? extends URI>) - Static method in class com.io7m.changelog.core.CChangelog
Construct a new immutable CChangelog instance.
of(LocalDate, String, List<String>, CChangeType) - Static method in class com.io7m.changelog.core.CItem
Construct a new immutable CItem instance.
of(LocalDate, String, Iterable<String>, CChangeType) - Static method in class com.io7m.changelog.core.CItem
Construct a new immutable CItem instance.
of(LocalDate, List<CItem>, String, CVersionType) - Static method in class com.io7m.changelog.core.CRelease
Construct a new immutable CRelease instance.
of(LocalDate, Iterable<? extends CItem>, String, CVersionType) - Static method in class com.io7m.changelog.core.CRelease
Construct a new immutable CRelease instance.
of(String, List<URI>) - Static method in class com.io7m.changelog.core.CTicketSystem
Construct a new immutable CTicketSystem instance.
of(String, Iterable<? extends URI>) - Static method in class com.io7m.changelog.core.CTicketSystem
Construct a new immutable CTicketSystem instance.
of(int, int, int, String) - Static method in class com.io7m.changelog.core.CVersionStandard
Construct a new immutable CVersionStandard instance.
of(String) - Static method in class com.io7m.changelog.core.CVersionText
Construct a new immutable CVersionText instance.
of(Optional<CVersionType>, boolean) - Static method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Construct a new immutable CChangelogTextWriterConfiguration instance.
of(String, String, String, URI) - Static method in class com.io7m.changelog.xom.CAtomFeedMeta
Construct a new immutable CAtomFeedMeta instance.

P

parse(String) - Static method in class com.io7m.changelog.core.CVersions
Attempt to parse a version number.
patch() - Method in class com.io7m.changelog.core.CVersionStandard
 
patch() - Method in interface com.io7m.changelog.core.CVersionStandardType
 
project() - Method in class com.io7m.changelog.core.CChangelog
 
project() - Method in interface com.io7m.changelog.core.CChangelogType
 
putAllTicketSystems(Map<String, ? extends URI>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Put all mappings from the specified map as entries to ticketSystems map.
putTicketSystems(String, URI) - Method in class com.io7m.changelog.core.CChangelog.Builder
Put one entry to the ticketSystems map.
putTicketSystems(Map.Entry<String, ? extends URI>) - 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.CVersionStandard
 
qualifier() - Method in interface com.io7m.changelog.core.CVersionStandardType
 

R

readFromStream(URI, InputStream) - Static method in class com.io7m.changelog.xom.CChangelogXMLReader
Construct a changelog from the given URI.
readFromURI(URI) - Static method in class com.io7m.changelog.xom.CChangelogXMLReader
Construct a changelog from the given URI.
release() - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
 
release() - Method in interface com.io7m.changelog.text.CChangelogTextWriterConfigurationType
 
releases() - Method in class com.io7m.changelog.core.CChangelog
 
releases() - Method in interface com.io7m.changelog.core.CChangelogType
 

S

setAuthorEmail(String) - Method in class com.io7m.changelog.xom.CAtomFeedMeta.Builder
Initializes the value for the authorEmail attribute.
setAuthorName(String) - Method in class com.io7m.changelog.xom.CAtomFeedMeta.Builder
Initializes the value for the authorName attribute.
setDate(LocalDate) - Method in class com.io7m.changelog.core.CItem.Builder
Initializes the value for the date attribute.
setDate(LocalDate) - Method in class com.io7m.changelog.core.CRelease.Builder
Initializes the value for the date attribute.
setId(String) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Initializes the value for the id attribute.
setItems(Iterable<? extends CItem>) - Method in class com.io7m.changelog.core.CRelease.Builder
Sets or replaces all elements for items list.
setMajor(int) - Method in class com.io7m.changelog.core.CVersionStandard.Builder
Initializes the value for the major attribute.
setMinor(int) - Method in class com.io7m.changelog.core.CVersionStandard.Builder
Initializes the value for the minor attribute.
setPatch(int) - Method in class com.io7m.changelog.core.CVersionStandard.Builder
Initializes the value for the patch attribute.
setProject(String) - Method in class com.io7m.changelog.core.CChangelog.Builder
Initializes the value for the project attribute.
setQualifier(String) - Method in class com.io7m.changelog.core.CVersionStandard.Builder
Initializes the value for the qualifier attribute.
setRelease(CVersionType) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration.Builder
Initializes the optional value release to release.
setRelease(Optional<CVersionType>) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration.Builder
Initializes the optional value release to release.
setReleases(Iterable<? extends CRelease>) - Method in class com.io7m.changelog.core.CChangelog.Builder
Sets or replaces all elements for releases list.
setShowDates(boolean) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration.Builder
Initializes the value for the showDates attribute.
setSummary(String) - Method in class com.io7m.changelog.core.CItem.Builder
Initializes the value for the summary attribute.
setText(String) - Method in class com.io7m.changelog.core.CVersionText.Builder
Initializes the value for the text attribute.
setTickets(Iterable<String>) - Method in class com.io7m.changelog.core.CItem.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 URI>) - 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.xom.CAtomFeedMeta.Builder
Initializes the value for the title attribute.
setType(CChangeType) - Method in class com.io7m.changelog.core.CItem.Builder
Initializes the value for the type attribute.
setUri(URI) - Method in class com.io7m.changelog.xom.CAtomFeedMeta.Builder
Initializes the value for the uri attribute.
setUris(Iterable<? extends URI>) - Method in class com.io7m.changelog.core.CTicketSystem.Builder
Sets or replaces all elements for uris list.
setVersion(CVersionType) - Method in class com.io7m.changelog.core.CRelease.Builder
Initializes the value for the version attribute.
showDates() - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
 
showDates() - Method in interface com.io7m.changelog.text.CChangelogTextWriterConfigurationType
 
standard(CVersionStandardType) - Method in interface com.io7m.changelog.core.CVersionVisitorType
summary() - Method in class com.io7m.changelog.core.CItem
 
summary() - Method in interface com.io7m.changelog.core.CItemType
 

T

text() - Method in class com.io7m.changelog.core.CVersionText
 
text() - Method in interface com.io7m.changelog.core.CVersionTextType
 
text(CVersionTextType) - Method in interface com.io7m.changelog.core.CVersionVisitorType
tickets() - Method in class com.io7m.changelog.core.CItem
 
tickets() - Method in interface com.io7m.changelog.core.CItemType
 
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.xom.CAtomFeedMeta
 
title() - Method in interface com.io7m.changelog.xom.CAtomFeedMetaType
 
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.CItem
Prints the immutable value CItem 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.CTicketSystem
Prints the immutable value CTicketSystem with attribute values.
toString() - Method in class com.io7m.changelog.core.CVersionStandard
Prints the immutable value CVersionStandard with attribute values.
toString() - Method in class com.io7m.changelog.core.CVersionText
Prints the immutable value CVersionText with attribute values.
toString() - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Prints the immutable value CChangelogTextWriterConfiguration with attribute values.
toString() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
Prints the immutable value CAtomFeedMeta with attribute values.
toVersionString() - Method in interface com.io7m.changelog.core.CVersionStandardType
 
toVersionString() - Method in interface com.io7m.changelog.core.CVersionTextType
 
toVersionString() - Method in interface com.io7m.changelog.core.CVersionType
 
type() - Method in class com.io7m.changelog.core.CItem
 
type() - Method in interface com.io7m.changelog.core.CItemType
 

U

uri() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
uri() - Method in interface com.io7m.changelog.xom.CAtomFeedMetaType
 
uris() - Method in class com.io7m.changelog.core.CTicketSystem
 
uris() - Method in interface com.io7m.changelog.core.CTicketSystemType
 

V

valueOf(String) - Static method in enum com.io7m.changelog.core.CChangeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.io7m.changelog.core.CChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.io7m.changelog.core.CRelease
 
version() - Method in interface com.io7m.changelog.core.CReleaseType
 
versionAccept(CVersionVisitorType<A>) - Method in interface com.io7m.changelog.core.CVersionStandardType
 
versionAccept(CVersionVisitorType<A>) - Method in interface com.io7m.changelog.core.CVersionTextType
 
versionAccept(CVersionVisitorType<A>) - Method in interface com.io7m.changelog.core.CVersionType
Accept a generic visitor.

W

withAuthorEmail(String) - Method in class com.io7m.changelog.xom.CAtomFeedMeta
Copy the current immutable object by setting a value for the authorEmail attribute.
withAuthorName(String) - Method in class com.io7m.changelog.xom.CAtomFeedMeta
Copy the current immutable object by setting a value for the authorName attribute.
withDate(LocalDate) - Method in class com.io7m.changelog.core.CItem
Copy the current immutable object by setting a value for the date attribute.
withDate(LocalDate) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object by setting a value for the date attribute.
withId(String) - Method in class com.io7m.changelog.core.CTicketSystem
Copy the current immutable object by setting a value for the id attribute.
withItems(CItem...) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object with elements that replace the content of items.
withItems(Iterable<? extends CItem>) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object with elements that replace the content of items.
withMajor(int) - Method in class com.io7m.changelog.core.CVersionStandard
Copy the current immutable object by setting a value for the major attribute.
withMinor(int) - Method in class com.io7m.changelog.core.CVersionStandard
Copy the current immutable object by setting a value for the minor attribute.
withPatch(int) - Method in class com.io7m.changelog.core.CVersionStandard
Copy the current immutable object by setting a value for the patch attribute.
withProject(String) - Method in class com.io7m.changelog.core.CChangelog
Copy the current immutable object by setting a value for the project attribute.
withQualifier(String) - Method in class com.io7m.changelog.core.CVersionStandard
Copy the current immutable object by setting a value for the qualifier attribute.
withRelease(CVersionType) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Copy the current immutable object by setting a present value for the optional release attribute.
withRelease(Optional<CVersionType>) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Copy the current immutable object by setting an optional value for the release attribute.
withReleases(CRelease...) - Method in class com.io7m.changelog.core.CChangelog
Copy the current immutable object with elements that replace the content of releases.
withReleases(Iterable<? extends CRelease>) - Method in class com.io7m.changelog.core.CChangelog
Copy the current immutable object with elements that replace the content of releases.
withShowDates(boolean) - Method in class com.io7m.changelog.text.CChangelogTextWriterConfiguration
Copy the current immutable object by setting a value for the showDates attribute.
withSummary(String) - Method in class com.io7m.changelog.core.CItem
Copy the current immutable object by setting a value for the summary attribute.
withText(String) - Method in class com.io7m.changelog.core.CVersionText
Copy the current immutable object by setting a value for the text attribute.
withTickets(String...) - Method in class com.io7m.changelog.core.CItem
Copy the current immutable object with elements that replace the content of tickets.
withTickets(Iterable<String>) - Method in class com.io7m.changelog.core.CItem
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 URI>) - 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.xom.CAtomFeedMeta
Copy the current immutable object by setting a value for the title attribute.
withType(CChangeType) - Method in class com.io7m.changelog.core.CItem
Copy the current immutable object by setting a value for the type attribute.
withUri(URI) - Method in class com.io7m.changelog.xom.CAtomFeedMeta
Copy the current immutable object by setting a value for the uri attribute.
withUris(URI...) - Method in class com.io7m.changelog.core.CTicketSystem
Copy the current immutable object with elements that replace the content of uris.
withUris(Iterable<? extends URI>) - Method in class com.io7m.changelog.core.CTicketSystem
Copy the current immutable object with elements that replace the content of uris.
withVersion(CVersionType) - Method in class com.io7m.changelog.core.CRelease
Copy the current immutable object by setting a value for the version attribute.
writeChangelog(CChangelog, CChangelogTextWriterConfiguration, PrintWriter) - Static method in class com.io7m.changelog.text.CChangelogTextWriter
Serialize the given changelog to plain text.
writeElement(CAtomFeedMeta, CChangelog) - Static method in class com.io7m.changelog.xom.CChangelogAtomWriter
Serialize the given changelog to Atom.
writeElement(CChangelog) - Static method in class com.io7m.changelog.xom.CChangelogXHTMLWriter
Serialize the given changelog to XHTML.
writeElement(CChangelog) - Static method in class com.io7m.changelog.xom.CChangelogXMLWriter
Serialize the given changelog to XML.

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 M O P Q R S T U V W X 
Skip navigation links

Copyright © 2016 <code@io7m.com> http://io7m.com