| 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 | 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(java.lang.String authorEmail,
java.lang.String authorName,
java.lang.String title,
java.net.URI uri) |
Construct a new immutable
CAtomFeedMeta instance. |
CAtomFeedMeta |
CAtomFeedMeta.withAuthorEmail(java.lang.String value) |
Copy the current immutable object by setting a value for the
authorEmail attribute. |
CAtomFeedMeta |
CAtomFeedMeta.withAuthorName(java.lang.String value) |
Copy the current immutable object by setting a value for the
authorName attribute. |
CAtomFeedMeta |
CAtomFeedMeta.withTitle(java.lang.String value) |
Copy the current immutable object by setting a value for the
title attribute. |
CAtomFeedMeta |
CAtomFeedMeta.withUri(java.net.URI value) |
Copy the current immutable object by setting a value for the
uri attribute. |
| Modifier and Type | Method | 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