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
Classes in org.eclipse.aether.internal.test.util that implement VersionRangeModifier and TypeClassDescription(package private) final class
A version range inspired by mathematical range syntax.Fields in org.eclipse.aether.internal.test.util declared as VersionRangeMethods in org.eclipse.aether.internal.test.util that return VersionRangeModifier and TypeMethodDescriptionTestVersionConstraint.getRange()
TestVersionScheme.parseVersionRange
(String range) Constructors 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 VersionRangeModifier and TypeClassDescription(package private) final class
A version range inspired by mathematical range syntax.final class
A union of version ranges.Fields in org.eclipse.aether.util.version declared as VersionRangeFields in org.eclipse.aether.util.version with type parameters of type 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.GenericVersionConstraint.getRange()
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.Constructors in org.eclipse.aether.util.version with parameters of type VersionRangeModifierConstructorDescription(package private)
Creates a version constraint from the specified version range.Constructor parameters in org.eclipse.aether.util.version with type arguments of type VersionRangeModifierConstructorDescriptionprivate
UnionVersionRange
(Collection<? extends VersionRange> ranges) -
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)".