Uses of Interface
org.eclipse.aether.version.VersionRange
-
Packages that use VersionRange Package Description org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.util.version Ready-to-use version schemes for parsing/comparing versions.org.eclipse.aether.version 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 VersionRange Modifier and Type Class Description (package private) class
TestVersionRange
A version range inspired by mathematical range syntax.Fields in org.eclipse.aether.internal.test.util declared as VersionRange Modifier and Type Field Description private VersionRange
TestVersionConstraint. range
Methods in org.eclipse.aether.internal.test.util that return VersionRange Modifier and Type Method Description VersionRange
TestVersionConstraint. getRange()
VersionRange
TestVersionScheme. parseVersionRange(java.lang.String range)
Constructors in org.eclipse.aether.internal.test.util with parameters of type VersionRange Constructor Description TestVersionConstraint(VersionRange range)
Creates 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 VersionRange Modifier and Type Class Description (package private) class
GenericVersionRange
A version range inspired by mathematical range syntax.(package private) class
UnionVersionRange
A union of version ranges.Fields in org.eclipse.aether.util.version declared as VersionRange Modifier and Type Field Description private VersionRange
GenericVersionConstraint. range
Fields in org.eclipse.aether.util.version with type parameters of type VersionRange Modifier and Type Field Description private java.util.Set<VersionRange>
UnionVersionRange. ranges
Methods in org.eclipse.aether.util.version that return VersionRange Modifier and Type Method Description static VersionRange
UnionVersionRange. from(java.util.Collection<? extends VersionRange> ranges)
static VersionRange
UnionVersionRange. from(VersionRange... ranges)
VersionRange
GenericVersionConstraint. getRange()
VersionRange
GenericVersionScheme. parseVersionRange(java.lang.String range)
Methods in org.eclipse.aether.util.version with parameters of type VersionRange Modifier and Type Method Description static VersionRange
UnionVersionRange. from(VersionRange... ranges)
Method parameters in org.eclipse.aether.util.version with type arguments of type VersionRange Modifier and Type Method Description static VersionRange
UnionVersionRange. from(java.util.Collection<? extends VersionRange> ranges)
Constructors in org.eclipse.aether.util.version with parameters of type VersionRange Constructor Description GenericVersionConstraint(VersionRange range)
Creates a version constraint from the specified version range.Constructor parameters in org.eclipse.aether.util.version with type arguments of type VersionRange Constructor Description UnionVersionRange(java.util.Collection<? extends VersionRange> ranges)
-
Uses of VersionRange in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return VersionRange Modifier and Type Method Description VersionRange
VersionConstraint. getRange()
Gets the version range of this constraint.VersionRange
VersionScheme. parseVersionRange(java.lang.String range)
Parses the specified version range specification, for example "[1.0,2.0)".
-