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 scheme for parsing/comparing versions and utility classes.
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.BoundGenericVersionRange.lowerBoundprivate final VersionRange.BoundUnionVersionRange.lowerBoundprivate final VersionRange.BoundGenericVersionRange.upperBoundprivate final VersionRange.BoundUnionVersionRange.upperBoundMethods 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.