Uses of Class
org.eclipse.aether.version.VersionRange.Bound
-
Packages that use VersionRange.Bound Package Description org.eclipse.aether.version The definition of a version scheme for parsing and comparing versions. -
-
Uses of VersionRange.Bound in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return VersionRange.Bound Modifier and Type Method Description VersionRange.BoundVersionRange. getLowerBound()Gets a lower bound (if any) for this range.VersionRange.BoundVersionRange. getUpperBound()Gets an upper bound (if any) for this range.
-