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).
- Author:
- Emmanuel Venisse
-
Constructor Details
-
VersionRange
-
VersionRange
-
-
Method Details
-
getFromVersion
-
getToVersion
-
isToInfinite
public boolean isToInfinite() -
hashCode
-
equals
-
toString
-