| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Class and 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 and 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 © 2016 <code@io7m.com> http://io7m.com