Package org.codehaus.modello.model
Class VersionRange
java.lang.Object
org.codehaus.modello.model.VersionRange
A version range. Can be of 3 forms:
x.y.z
: a range of only one precise version,x.y.z+
: a range starting form a precise version (included), without upper limit,x.y.z/i.j.k
: a range from one version to another (both included).
-
Field Details
-
VERSION_SEPARATOR
- See Also:
-
fromVersion
-
toVersion
-
-
Constructor Details
-
VersionRange
-
VersionRange
-
-
Method Details