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 classA 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 classA version range inspired by mathematical range syntax.final classA 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 VersionRangeUnionVersionRange.from(Collection<? extends VersionRange> ranges) Creates unionVersionRanges out of passed inVersionRangecollection.static VersionRangeUnionVersionRange.from(VersionRange... ranges) Creates unionVersionRanges out of passed inVersionRangeinstances.GenericVersionConstraint.getRange()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.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 VersionRangeModifierConstructorDescriptionprivateUnionVersionRange(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)".