Package org.apache.maven.api
Interface VersionRange
A range of versions.
- Since:
 - 4.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:
 trueif this range contains the specified version,falseotherwise
 - 
asString
Returns a string representation of this version range- Returns:
 - the string representation of this version range
 
 
 -