Interface VersionRange
A range of versions.
VersionConstraint objects are created using the
VersionParser service.- Since:
- 4.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents range boundary. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether the specified version is contained within this range.Returns the lower boundary of this range, ornullif none.Returns the upper boundary of this range, ornullif none.toString()Returns the string representation of this version.
-
Method Details
-
contains
-
getUpperBoundary
Returns the upper boundary of this range, ornullif none. -
getLowerBoundary
Returns the lower boundary of this range, ornullif none. -
toString
-