Package org.eclipse.aether.version
Class VersionRange.Bound
java.lang.Object
org.eclipse.aether.version.VersionRange.Bound
- Enclosing interface:
- VersionRange
A bound of a version range.
- 
Constructor Details- 
BoundCreates a new bound with the specified properties.- Parameters:
- version- The bounding version, must not be- null.
- inclusive- A flag whether the specified version is included in the range or not.
 
 
- 
- 
Method Details- 
getVersionGets the bounding version.- Returns:
- The bounding version, never null.
 
- 
isInclusiveIndicates whether the bounding version is included in the range or not.- Returns:
- trueif the bounding version is included in the range,- falseif not.
 
- 
equals
- 
hashCode
- 
toString
 
-