| Package | Description |
|---|---|
| com.io7m.changelog.xml |
XML processing.
|
| com.io7m.changelog.xml.api |
XML API.
|
| Modifier and Type | Method | Description |
|---|---|---|
CAtomChangelogWriterType |
CAtomChangelogWriters.createWithConfiguration(CAtomChangelogWriterConfiguration in_configuration,
URI in_uri,
OutputStream in_stream) |
| Modifier and Type | Method | Description |
|---|---|---|
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.Builder.build() |
Builds a new
CAtomChangelogWriterConfiguration. |
static CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.copyOf(CAtomChangelogWriterConfigurationType instance) |
Creates an immutable copy of a
CAtomChangelogWriterConfigurationType value. |
static CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.of(ZonedDateTime updated,
String authorEmail,
String authorName,
String title,
URI uri) |
Construct a new immutable
CAtomChangelogWriterConfiguration instance. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withAuthorEmail(String value) |
Copy the current immutable object by setting a value for the
authorEmail attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withAuthorName(String value) |
Copy the current immutable object by setting a value for the
authorName attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withTitle(String value) |
Copy the current immutable object by setting a value for the
title attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withUpdated(ZonedDateTime value) |
Copy the current immutable object by setting a value for the
updated attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withUri(URI value) |
Copy the current immutable object by setting a value for the
uri attribute. |
| Modifier and Type | Method | Description |
|---|---|---|
CAtomChangelogWriterType |
CAtomChangelogWriterProviderType.createWithConfiguration(CAtomChangelogWriterConfiguration configuration,
URI uri,
OutputStream stream) |
Create a writer with the given configuration.
|
Copyright © 2018 <code@io7m.com> http://io7m.com