Uses of Class
org.jboss.hal.config.Version
-
Packages that use Version Package Description org.jboss.hal.config -
-
Uses of Version in org.jboss.hal.config
Fields in org.jboss.hal.config declared as Version Modifier and Type Field Description static VersionVersion. EMPTY_VERSIONThe empty version "0.0.0".Methods in org.jboss.hal.config that return Version Modifier and Type Method Description VersionAbstractEnvironment. getHalVersion()VersionEnvironment. getHalVersion()VersionAbstractEnvironment. getManagementVersion()VersionEnvironment. getManagementVersion()static VersionVersion. parseVersion(String version)Parses a version identifier from the specified string.Methods in org.jboss.hal.config with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)Compares thisVersionobject to another object.booleanVersion. greaterThan(Version other)Checks if this version is greater than the other version.booleanVersion. greaterThanOrEqualTo(Version other)Checks if this version is greater than or equal to the other version.booleanVersion. lessThan(Version other)Checks if this version is less than the other version.booleanVersion. lessThanOrEqualTo(Version other)Checks if this version is less than or equal to the other version.voidAbstractEnvironment. setManagementVersion(Version version)voidEnvironment. setManagementVersion(Version version)
-