| 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 |
|---|---|---|
static CAtomFeedMeta.Builder |
CAtomFeedMeta.builder() |
Creates a builder for
CAtomFeedMeta. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.from(CAtomFeedMetaType instance) |
Fill a builder with attribute values from the provided
CAtomFeedMetaType instance. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setAuthorEmail(java.lang.String authorEmail) |
Initializes the value for the
authorEmail attribute. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setAuthorName(java.lang.String authorName) |
Initializes the value for the
authorName attribute. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setTitle(java.lang.String title) |
Initializes the value for the
title attribute. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setUri(java.net.URI uri) |
Initializes the value for the
uri attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com