Uses of Interface
org.eclipse.aether.version.VersionRange
Packages that use VersionRange
Package
Description
Utility classes to ease unit testing.
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 VersionRangeUnionVersionRange.from(Collection<? extends VersionRange> ranges) Creates unionVersionRanges out of passed inVersionRangecollection.static VersionRangeUnionVersionRange.from(VersionRange... ranges) Creates unionVersionRanges out of passed inVersionRangeinstances.Methods in org.eclipse.aether.util.version with parameters of type VersionRangeModifier and TypeMethodDescriptionstatic VersionRangeUnionVersionRange.from(VersionRange... ranges) Creates unionVersionRanges out of passed inVersionRangeinstances.Method parameters in org.eclipse.aether.util.version with type arguments of type VersionRangeModifier and TypeMethodDescriptionstatic VersionRangeUnionVersionRange.from(Collection<? extends VersionRange> ranges) Creates unionVersionRanges out of passed inVersionRangecollection. -
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)".