| Package | Description |
|---|---|
| de.iip_ecosphere.platform.support.iip_aas |
The IIP-Ecosphere AAS functions.
|
| Modifier and Type | Field and Description |
|---|---|
private Version |
ApplicationSetup.version |
| Modifier and Type | Method and Description |
|---|---|
Version |
ApplicationSetup.getVersion()
Returns the version of the application.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Version.compare(Version version1,
Version version2)
Compares two versions considering null for both parameters and results in:
-1 : this is smaller <=> given version and this is bigger.
|
int |
Version.compareTo(Version version)
Compares two versions and results in:
-1 : this is smaller <=> given version and this is bigger.
|
static boolean |
Version.equals(Version version1,
Version version2)
Returns whether two versions are equal.
|
void |
ApplicationSetup.setVersion(Version version)
Changes the version.
|
Copyright © 2022. All rights reserved.