A B C E G H N P R S T V W X 

A

addRelease(CRelease) - Method in interface com.io7m.changelog.core.CChangelogBuilderType
Add the given release.
addTicketSystem(String, URI) - Method in interface com.io7m.changelog.core.CChangelogBuilderType
Add the ticketing system with the given name and URI.

B

build() - Method in interface com.io7m.changelog.core.CChangelogBuilderType
Construct a changelog with the given releases and ticket systems.
build() - Method in interface com.io7m.changelog.xom.CAtomFeedMetaBuilderType
Construct a new feed based on the parameters so far.

C

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

E

equals(Object) - Method in class com.io7m.changelog.core.CChangelog
 
equals(Object) - Method in class com.io7m.changelog.core.CItem
 
equals(Object) - Method in class com.io7m.changelog.core.CRelease
 
equals(Object) - Method in class com.io7m.changelog.core.CTicketSystem
 
equals(Object) - Method in class com.io7m.changelog.core.CVersionStandard
 
equals(Object) - Method in class com.io7m.changelog.core.CVersionText
 
equals(Object) - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 

G

getAuthorEmail() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
getAuthorName() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
getDate() - Method in class com.io7m.changelog.core.CItem
 
getDate() - Method in class com.io7m.changelog.core.CRelease
 
getDocumentationXMLLocation() - Static method in class com.io7m.changelog.documentation.CDocumentation
 
getID() - Method in class com.io7m.changelog.core.CTicketSystem
 
getItems() - Method in class com.io7m.changelog.core.CRelease
 
getMajor() - Method in class com.io7m.changelog.core.CVersionStandard
 
getMinor() - Method in class com.io7m.changelog.core.CVersionStandard
 
getPatch() - Method in class com.io7m.changelog.core.CVersionStandard
 
getProject() - Method in class com.io7m.changelog.core.CChangelog
 
getQualifier() - Method in class com.io7m.changelog.core.CVersionStandard
 
getReleases() - Method in class com.io7m.changelog.core.CChangelog
 
getSummary() - Method in class com.io7m.changelog.core.CItem
 
getTickets() - Method in class com.io7m.changelog.core.CItem
 
getTicketSystemID() - Method in class com.io7m.changelog.core.CRelease
 
getTicketSystemsMap() - Method in class com.io7m.changelog.core.CChangelog
 
getTitle() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
getType() - Method in class com.io7m.changelog.core.CItem
 
getURI() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 
getURIs() - Method in class com.io7m.changelog.core.CTicketSystem
 
getURISchemaRNG() - Static method in class com.io7m.changelogs.schema.CSchema
 
getURISchemaXSD() - Static method in class com.io7m.changelogs.schema.CSchema
 
getURIXMLXSD() - Static method in class com.io7m.changelogs.schema.CSchema
 
getVersion() - Method in class com.io7m.changelog.core.CRelease
 
getVersion() - Method in class com.io7m.changelog.core.CVersionText
 

H

hashCode() - Method in class com.io7m.changelog.core.CChangelog
 
hashCode() - Method in class com.io7m.changelog.core.CItem
 
hashCode() - Method in class com.io7m.changelog.core.CRelease
 
hashCode() - Method in class com.io7m.changelog.core.CTicketSystem
 
hashCode() - Method in class com.io7m.changelog.core.CVersionStandard
 
hashCode() - Method in class com.io7m.changelog.core.CVersionText
 
hashCode() - Method in class com.io7m.changelog.xom.CAtomFeedMeta
 

N

newBuilder() - Static method in class com.io7m.changelog.core.CChangelog
 
newBuilder() - Static method in class com.io7m.changelog.xom.CAtomFeedMeta
 
newItem(List<String>, String, Date, CChangeType) - Static method in class com.io7m.changelog.core.CItem
Construct a new changelog item.
newRelease(String, Date, CVersionType, List<CItem>) - Static method in class com.io7m.changelog.core.CRelease
Construct a new release.

P

parse(String) - Static method in class com.io7m.changelog.core.CVersionStandard
Attempt to parse a version number.

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.

S

setAuthorEmail(String) - Method in interface com.io7m.changelog.xom.CAtomFeedMetaBuilderType
Set the feed author email address.
setAuthorName(String) - Method in interface com.io7m.changelog.xom.CAtomFeedMetaBuilderType
Set the feed author name.
setProjectName(String) - Method in interface com.io7m.changelog.core.CChangelogBuilderType
Set the project name.
setTitle(String) - Method in interface com.io7m.changelog.xom.CAtomFeedMetaBuilderType
Set the feed title.
setURI(URI) - Method in interface com.io7m.changelog.xom.CAtomFeedMetaBuilderType
Set the feed URI.
standard(int, int, int, String) - Static method in class com.io7m.changelog.core.CVersionStandard
Construct a new version number from the given versions.
standard(CVersionStandard) - Method in interface com.io7m.changelog.core.CVersionVisitorType

T

text(String) - Static method in class com.io7m.changelog.core.CVersionText
Construct a new version number.
text(CVersionText) - Method in interface com.io7m.changelog.core.CVersionVisitorType
Visit a CVersionText.
ticketSystem(String, List<URI>) - Static method in class com.io7m.changelog.core.CTicketSystem
Construct a new ticket system.
toString() - Method in class com.io7m.changelog.core.CVersionStandard
 
toString() - Method in class com.io7m.changelog.core.CVersionText
 

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.
versionAccept(CVersionVisitorType<A>) - Method in class com.io7m.changelog.core.CVersionStandard
 
versionAccept(CVersionVisitorType<A>) - Method in class com.io7m.changelog.core.CVersionText
 
versionAccept(CVersionVisitorType<A>) - Method in interface com.io7m.changelog.core.CVersionType
Accept a generic visitor.

W

writeChangelog(CChangelog, 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.changelogs.schema.CSchema
The public XML URI for changelog documents.
A B C E G H N P R S T V W X 

Copyright © 2014. All rights reserved.