| 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,
java.net.URI in_uri,
java.io.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(java.time.ZonedDateTime updated,
java.lang.String authorEmail,
java.lang.String authorName,
java.lang.String title,
java.net.URI uri) |
Construct a new immutable
CAtomChangelogWriterConfiguration instance. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withAuthorEmail(java.lang.String value) |
Copy the current immutable object by setting a value for the
authorEmail attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withAuthorName(java.lang.String value) |
Copy the current immutable object by setting a value for the
authorName attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withTitle(java.lang.String value) |
Copy the current immutable object by setting a value for the
title attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withUpdated(java.time.ZonedDateTime value) |
Copy the current immutable object by setting a value for the
updated attribute. |
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withUri(java.net.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,
java.net.URI uri,
java.io.OutputStream stream) |
Create a writer with the given configuration.
|
Copyright © 2017 <code@io7m.com> http://io7m.com