| Package | Description |
|---|---|
| org.jboss.hal.config |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.EMPTY_VERSION
The empty version "0.0.0".
|
| Modifier and Type | Method and Description |
|---|---|
Version |
AbstractEnvironment.getHalVersion() |
Version |
Environment.getHalVersion() |
Version |
AbstractEnvironment.getManagementVersion() |
Version |
Environment.getManagementVersion() |
static Version |
Version.parseVersion(String version)
Parses a version identifier from the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.greaterThan(Version other)
Checks if this version is greater than the other version.
|
boolean |
Version.greaterThanOrEqualTo(Version other)
Checks if this version is greater than or equal to the other version.
|
boolean |
Version.lessThan(Version other)
Checks if this version is less than the other version.
|
boolean |
Version.lessThanOrEqualTo(Version other)
Checks if this version is less than or equal to the other version.
|
void |
AbstractEnvironment.setManagementVersion(Version version) |
void |
Environment.setManagementVersion(Version version) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.