| 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. |
class |
CVersionText
The type of arbitrary lexicographically ordered version strings.
|
| Modifier and Type | Method and Description |
|---|---|
CVersionType |
CRelease.getVersion() |
static CVersionType |
CVersionStandard.parse(String version)
Attempt to parse a version number.
|
static CVersionType |
CVersionStandard.standard(int in_major,
int in_minor,
int in_patch,
String in_qualifier)
Construct a new version number from the given versions.
|
static CVersionType |
CVersionText.text(String version)
Construct a new version number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CVersionText.compareTo(CVersionType o) |
int |
CVersionStandard.compareTo(CVersionType o) |
static CRelease |
CRelease.newRelease(String in_ticket_system_id,
Date in_date,
CVersionType in_version,
List<CItem> in_items)
Construct a new release.
|
Copyright © 2016 <code@io7m.com> http://io7m.com