Classes, interfaces and traits
Version¶
Embed version informations.
« More »
VersionComparator¶
class to compare version numbers. it supports the following keywords:
"pre", "-dev", "b", "beta", "a", "alpha".
It supports also the "*" wilcard. This wilcard must be the last part
of the version number.
« More »
versionRangeBinaryOperator¶
Represents a binary operator (AND or OR) in a version range expression.
« More »
versionRangeUnaryOperator¶
Represents an unary operator (>,<,=,!=,<=,>=,~) in a version range expression.
« More »