Uses of Class
org.eclipse.aether.version.VersionRange.Bound
Packages that use VersionRange.Bound
Package
Description
Utility classes to ease unit testing.
Ready-to-use version schemes for parsing/comparing versions.
The definition of a version scheme for parsing and comparing versions.
-
Uses of VersionRange.Bound in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that return VersionRange.BoundModifier and TypeMethodDescriptionTestVersionRange.getLowerBound()
TestVersionRange.getUpperBound()
-
Uses of VersionRange.Bound in org.eclipse.aether.util.version
Fields in org.eclipse.aether.util.version declared as VersionRange.BoundModifier and TypeFieldDescriptionprivate final VersionRange.Bound
GenericVersionRange.lowerBound
private final VersionRange.Bound
UnionVersionRange.lowerBound
private final VersionRange.Bound
GenericVersionRange.upperBound
private final VersionRange.Bound
UnionVersionRange.upperBound
Methods in org.eclipse.aether.util.version that return VersionRange.BoundModifier and TypeMethodDescriptionGenericVersionRange.getLowerBound()
UnionVersionRange.getLowerBound()
GenericVersionRange.getUpperBound()
UnionVersionRange.getUpperBound()
-
Uses of VersionRange.Bound in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return VersionRange.BoundModifier and TypeMethodDescriptionVersionRange.getLowerBound()
Gets a lower bound (if any) for this range.VersionRange.getUpperBound()
Gets an upper bound (if any) for this range.