| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CVersionStandard |
The type of standard version numbers of the form
M.N.P-S, where
M is the major version, N is the minor version, P is
the patch number, and S is an arbitrary qualifier string. |
| Modifier and Type | Method | Description |
|---|---|---|
static CVersionStandard |
CVersionStandard.copyOf(CVersionStandardType instance) |
Creates an immutable copy of a
CVersionStandardType value. |
CVersionStandard.Builder |
CVersionStandard.Builder.from(CVersionStandardType instance) |
Fill a builder with attribute values from the provided
CVersionStandardType instance. |
A |
CVersionVisitorType.standard(CVersionStandardType s) |
Visit a
CVersionStandardType. |
Copyright © 2017 <code@io7m.com> http://io7m.com