Package org.apache.maven.api
Interface VersionRange
A range of versions.
- Since:
- 4.0
- 
Method Summary
- 
Method Details- 
containsDetermines whether the specified version is contained within this range.- Parameters:
- version- the version to test, must not be- null
- Returns:
- trueif this range contains the specified version,- falseotherwise
 
- 
asStringReturns a string representation of this version range- Returns:
- the string representation of this version range
 
 
-