Package org.apache.maven.api
Interface VersionRange.Boundary
- Enclosing interface:
- VersionRange
public static interface VersionRange.Boundary
Represents range boundary.
- 
Method SummaryModifier and TypeMethodDescriptionThe bounding version.booleanReturnstrueif version is included of the range.
- 
Method Details- 
getVersionVersion getVersion()The bounding version.
- 
isInclusiveboolean isInclusive()Returnstrueif version is included of the range.
 
-