| 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 |
|---|---|
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(String authorEmail)
Initializes the value for the
authorEmail attribute. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setAuthorName(String authorName)
Initializes the value for the
authorName attribute. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setTitle(String title)
Initializes the value for the
title attribute. |
CAtomFeedMeta.Builder |
CAtomFeedMeta.Builder.setUri(URI uri)
Initializes the value for the
uri attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com