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 interface
Represents range boundary. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines whether the specified version is contained within this range.Returns the lower boundary of this range, ornull
if none.Returns the upper boundary of this range, ornull
if none.toString()
Returns the string representation of this version.
-
Method Details
-
contains
-
getUpperBoundary
Returns the upper boundary of this range, ornull
if none. -
getLowerBoundary
Returns the lower boundary of this range, ornull
if none. -
toString
-