Package org.apache.maven.api
Interface VersionRange
A range of versions.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
contains
Determines whether the specified version is contained within this range.- Parameters:
version
- the version to test, must not benull
- Returns:
true
if this range contains the specified version,false
otherwise
-
asString
Returns a string representation of this version range- Returns:
- the string representation of this version range
-