Uses of Interface
org.eclipse.aether.version.VersionRange
Packages that use 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
Methods in org.eclipse.aether.internal.test.util that return VersionRangeConstructors in org.eclipse.aether.internal.test.util with parameters of type VersionRangeModifierConstructorDescriptionCreates a version constraint from the specified version range. -
Uses of VersionRange in org.eclipse.aether.util.version
Classes in org.eclipse.aether.util.version that implement VersionRangeMethods in org.eclipse.aether.util.version that return VersionRangeModifier 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.Methods in org.eclipse.aether.util.version with parameters of type VersionRangeModifier and TypeMethodDescriptionstatic VersionRange
UnionVersionRange.from
(VersionRange... ranges) Creates unionVersionRange
s out of passed inVersionRange
instances.Method parameters in org.eclipse.aether.util.version with type arguments of type VersionRangeModifier 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
Methods in org.eclipse.aether.version that return VersionRangeModifier 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)".