| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| com.io7m.changelog.parser.api |
Parser API
|
| com.io7m.changelog.writer.api |
Writer API.
|
| com.io7m.changelog.xml.api |
XML API.
|
| Modifier and Type | Method | Description |
|---|---|---|
CChangelog |
CChangelog.Builder.build() |
Builds a new
CChangelog. |
static CChangelog |
CChangelog.copyOf(CChangelogType instance) |
Creates an immutable copy of a
CChangelogType value. |
static CChangelog |
CChangelog.of(CProjectName project,
io.vavr.collection.SortedMap<CVersionType,CRelease> releases,
io.vavr.collection.Map<String,CTicketSystem> ticketSystems) |
Construct a new immutable
CChangelog instance. |
CChangelog |
CChangelog.withProject(CProjectName value) |
Copy the current immutable object by setting a value for the
project attribute. |
CChangelog |
CChangelog.withReleases(io.vavr.collection.SortedMap<CVersionType,CRelease> value) |
|
CChangelog |
CChangelog.withTicketSystems(io.vavr.collection.Map<String,CTicketSystem> value) |
| Modifier and Type | Method | Description |
|---|---|---|
static Optional<CChangelog> |
CChangelogFilters.upToAndIncluding(CChangelog changelog,
CVersionType version,
int count) |
| Modifier and Type | Method | Description |
|---|---|---|
static Optional<CChangelog> |
CChangelogFilters.upToAndIncluding(CChangelog changelog,
CVersionType version,
int count) |
| Modifier and Type | Method | Description |
|---|---|---|
CChangelog |
CChangelogParserType.parse() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CChangelogWriterType.write(CChangelog changelog) |
| Modifier and Type | Method | Description |
|---|---|---|
CChangelog |
CXMLChangelogParserType.parse() |
Copyright © 2018 <code@io7m.com> http://io7m.com