| Modifier and Type | Field and Description |
|---|---|
static Version |
VersionCalculator.START |
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.getNormalVersion() |
Version |
Version.incrementMajorVersion() |
Version |
Version.incrementMajorVersion(String preRelease) |
Version |
Version.incrementMinorVersion() |
Version |
Version.incrementMinorVersion(String preRelease) |
Version |
Version.incrementPatchVersion() |
Version |
Version.incrementPatchVersion(String preRelease) |
Version |
Version.incrementPreReleaseVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version other) |
int |
Version.compareWithBuildsTo(Version other) |
boolean |
Version.greaterThan(Version other) |
boolean |
Version.greaterThanOrEqualTo(Version other) |
boolean |
Version.lessThan(Version other) |
boolean |
Version.lessThanOrEqualTo(Version other) |
Copyright © 2018. All rights reserved.