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