| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| com.io7m.changelog.text |
Functions for serializing changelogs to plain text.
|
| com.io7m.changelog.xom |
Functions for serializing changelogs to XML and XHTML, and parsing
changelogs from XML with XOM.
|
| Modifier and Type | Method and Description |
|---|---|
CChangelog |
CChangelogBuilderType.build()
Construct a changelog with the given releases and ticket systems.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CChangelogTextWriter.writeChangelog(CChangelog c,
PrintWriter out)
Serialize the given changelog to plain text.
|
| Modifier and Type | Method and Description |
|---|---|
static CChangelog |
CChangelogXMLReader.readFromStream(URI uri,
InputStream stream)
Construct a changelog from the given URI.
|
static CChangelog |
CChangelogXMLReader.readFromURI(URI uri)
Construct a changelog from the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
CChangelogAtomWriter.writeElement(CAtomFeedMeta meta,
CChangelog c)
Serialize the given changelog to Atom.
|
static nu.xom.Element |
CChangelogXMLWriter.writeElement(CChangelog c)
Serialize the given changelog to XML.
|
static nu.xom.Element |
CChangelogXHTMLWriter.writeElement(CChangelog c)
Serialize the given changelog to XHTML.
|
Copyright © 2014. All rights reserved.