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.boolean
Returnstrue
if version is included of the range.
-
Method Details
-
getVersion
Version getVersion()The bounding version. -
isInclusive
boolean isInclusive()Returnstrue
if version is included of the range.
-