Uses of Interface
org.eclipse.aether.version.VersionRange
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 in org.eclipse.aether.internal.test.util
ModifierConstructorDescriptionCreates a version constraint from the specified version range. -
Uses of VersionRange in org.eclipse.aether.util.version
Modifier and TypeMethodDescriptionstatic VersionRange
UnionVersionRange.from
(Collection<? extends VersionRange> ranges) Creates unionVersionRange
s out of passed inVersionRange
collection.static VersionRange
UnionVersionRange.from
(VersionRange... ranges) Creates unionVersionRange
s out of passed inVersionRange
instances.Modifier and TypeMethodDescriptionstatic VersionRange
UnionVersionRange.from
(VersionRange... ranges) Creates unionVersionRange
s out of passed inVersionRange
instances.Modifier and TypeMethodDescriptionstatic VersionRange
UnionVersionRange.from
(Collection<? extends VersionRange> ranges) Creates unionVersionRange
s out of passed inVersionRange
collection. -
Uses of VersionRange in org.eclipse.aether.version
Modifier and TypeMethodDescriptionVersionConstraint.getRange()
Gets the version range of this constraint.VersionScheme.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".