| Package | Description |
|---|---|
| com.io7m.changelog.text |
Functions for serializing changelogs to plain text.
|
| Modifier and Type | Method | Description |
|---|---|---|
CChangelogTextWriterConfiguration |
CChangelogTextWriterConfiguration.Builder.build() |
Builds a new
CChangelogTextWriterConfiguration. |
static CChangelogTextWriterConfiguration |
CChangelogTextWriterConfiguration.copyOf(CChangelogTextWriterConfigurationType instance) |
Creates an immutable copy of a
CChangelogTextWriterConfigurationType value. |
static CChangelogTextWriterConfiguration |
CChangelogTextWriterConfiguration.of(java.util.Optional<? extends CVersionType> release,
boolean showDates) |
Construct a new immutable
CChangelogTextWriterConfiguration instance. |
CChangelogTextWriterConfiguration |
CChangelogTextWriterConfiguration.withRelease(CVersionType value) |
Copy the current immutable object by setting a present value for the optional
release attribute. |
CChangelogTextWriterConfiguration |
CChangelogTextWriterConfiguration.withRelease(java.util.Optional<? extends CVersionType> optional) |
Copy the current immutable object by setting an optional value for the
release attribute. |
CChangelogTextWriterConfiguration |
CChangelogTextWriterConfiguration.withShowDates(boolean value) |
Copy the current immutable object by setting a value for the
showDates attribute. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
CChangelogTextWriter.writeChangelog(CChangelog c,
CChangelogTextWriterConfiguration config,
java.io.PrintWriter out) |
Serialize the given changelog to plain text.
|
Copyright © 2017 <code@io7m.com> http://io7m.com