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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestVersionRange
A version range inspired by mathematical range syntax.
|
Modifier and Type | Field and Description |
---|---|
private VersionRange |
TestVersionConstraint.range |
Modifier and Type | Method and Description |
---|---|
VersionRange |
TestVersionConstraint.getRange() |
VersionRange |
TestVersionScheme.parseVersionRange(java.lang.String range) |
Constructor and Description |
---|
TestVersionConstraint(VersionRange range)
Creates a version constraint from the specified version range.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
GenericVersionRange
A version range inspired by mathematical range syntax.
|
(package private) class |
UnionVersionRange
A union of version ranges.
|
Modifier and Type | Field and Description |
---|---|
private VersionRange |
GenericVersionConstraint.range |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<VersionRange> |
UnionVersionRange.ranges |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static VersionRange |
UnionVersionRange.from(VersionRange... ranges) |
Modifier and Type | Method and Description |
---|---|
static VersionRange |
UnionVersionRange.from(java.util.Collection<? extends VersionRange> ranges) |
Constructor and Description |
---|
GenericVersionConstraint(VersionRange range)
Creates a version constraint from the specified version range.
|
Constructor and Description |
---|
UnionVersionRange(java.util.Collection<? extends VersionRange> ranges) |
Modifier and Type | Method and 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)".
|