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