| Package | Description |
|---|---|
| de.aristaflow.adept2.util |
| Modifier and Type | Method and Description |
|---|---|
static JavaVersion |
JavaVersion.getCurrent()
Returns the version data of the Java VM this method is executed in based on
the system properties
java.vendor,
java.specification.version, java.version and
java.vm.version. |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaVersion.compareTo(JavaVersion otherVersion)
Compares this
JavaVersion with the designated one. |