Package com.io7m.changelog.xml.api
Interface CAtomChangelogWriterConfigurationType
- All Known Implementing Classes:
CAtomChangelogWriterConfiguration
@Immutable
public interface CAtomChangelogWriterConfigurationType
The type of configurations for Atom feed writers.
-
Method Summary
Modifier and Type Method Description java.lang.StringauthorEmail()java.lang.StringauthorName()java.lang.Stringtitle()java.time.ZonedDateTimeupdated()java.net.URIuri()
-
Method Details
-
updated
@Parameter java.time.ZonedDateTime updated()- Returns:
- The updated time for the feed
-
authorEmail
@Parameter java.lang.String authorEmail()- Returns:
- The email of the feed author
-
authorName
@Parameter java.lang.String authorName()- Returns:
- The name of the feed author
-
title
@Parameter java.lang.String title()- Returns:
- The feed title
-
uri
@Parameter java.net.URI uri()- Returns:
- The URI of the feed
-