| Package | Description |
|---|---|
| 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 |
|---|---|
CAtomFeedMeta |
CAtomFeedMeta.Builder.build()
Builds a new
CAtomFeedMeta. |
static CAtomFeedMeta |
CAtomFeedMeta.copyOf(CAtomFeedMetaType instance)
Creates an immutable copy of a
CAtomFeedMetaType value. |
static CAtomFeedMeta |
CAtomFeedMeta.of(String authorEmail,
String authorName,
String title,
URI uri)
Construct a new immutable
CAtomFeedMeta instance. |
CAtomFeedMeta |
CAtomFeedMeta.withAuthorEmail(String value)
Copy the current immutable object by setting a value for the
authorEmail attribute. |
CAtomFeedMeta |
CAtomFeedMeta.withAuthorName(String value)
Copy the current immutable object by setting a value for the
authorName attribute. |
CAtomFeedMeta |
CAtomFeedMeta.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
CAtomFeedMeta |
CAtomFeedMeta.withUri(URI value)
Copy the current immutable object by setting a value for the
uri attribute. |
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
CChangelogAtomWriter.writeElement(CAtomFeedMeta meta,
CChangelog c)
Serialize the given changelog to Atom.
|
Copyright © 2017 <code@io7m.com> http://io7m.com