| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method and Description |
|---|---|
CVersionStandard |
CVersionStandard.Builder.build()
Builds a new
CVersionStandard. |
static CVersionStandard |
CVersionStandard.copyOf(CVersionStandardType instance)
Creates an immutable copy of a
CVersionStandardType value. |
static CVersionStandard |
CVersionStandard.of(int major,
int minor,
int patch,
String qualifier)
Construct a new immutable
CVersionStandard instance. |
CVersionStandard |
CVersionStandard.withMajor(int value)
Copy the current immutable object by setting a value for the
major attribute. |
CVersionStandard |
CVersionStandard.withMinor(int value)
Copy the current immutable object by setting a value for the
minor attribute. |
CVersionStandard |
CVersionStandard.withPatch(int value)
Copy the current immutable object by setting a value for the
patch attribute. |
CVersionStandard |
CVersionStandard.withQualifier(String value)
Copy the current immutable object by setting a value for the
qualifier attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com