| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.updater |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.MAX_VERSION
The maximum Version possible.
|
static Version |
Version.MIN_VERSION
The minimum Version that can exist.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.changeMajor(int major) |
Version |
Version.changeMinor(int minor) |
Version |
Version.changePatchLevel(int patchLevel) |
Version |
Version.changeRelease(int release) |
Version |
Version.changeSuffix(String suffix) |
protected Version |
CloudStoreUpdaterCore.getLocalVersion() |
protected Version |
CloudStoreUpdaterCore.getRemoteVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version other)
Compares this
Version object to another one. |
Copyright © 2013-2014. All Rights Reserved.