com.github.manosbatsis.corda.testacles.containers.util / Version
Version¶
class Version :
Comparable
<
Version
?>
Constructors¶
Name | Summary |
---|---|
<init> | Version(version: String ) |
Properties¶
Name | Summary |
---|---|
version | val version: String |
Functions¶
Name | Summary |
---|---|
compareTo | fun compareTo(other: Version ?): Int |
equals | fun equals(other: Any ?): Boolean |
toString | fun toString(): String |
Companion Object Properties¶
Name | Summary |
---|---|
validationRegex | val validationRegex: Regex |