Package | Description |
---|---|
org.eclipse.aether | |
org.eclipse.aether.impl | |
org.eclipse.aether.internal.impl | |
org.eclipse.aether.internal.test.util | |
org.eclipse.aether.resolution |
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
RepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResolver.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
DefaultRepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request) |
Modifier and Type | Method and Description |
---|---|
static VersionFilter.VersionFilterContext |
TestUtils.newVersionFilterContext(RepositorySystemSession session,
VersionRangeResult rangeResult)
Creates a new version filter context from the specified session and version range result.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResult.addException(Exception exception)
Records the specified exception while resolving the version range.
|
VersionRangeResult |
VersionRangeResult.addVersion(Version version)
Adds the specified version to the result.
|
VersionRangeResult |
VersionRangeResolutionException.getResult() |
VersionRangeResult |
VersionRangeResult.setRepository(Version version,
ArtifactRepository repository)
Records the repository from which the specified version was resolved
|
VersionRangeResult |
VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the artifact's version string.
|
VersionRangeResult |
VersionRangeResult.setVersions(List<Version> versions)
Sets the versions (in ascending order) matching the requested range.
|
Constructor and Description |
---|
VersionRangeResolutionException(VersionRangeResult result) |
VersionRangeResolutionException(VersionRangeResult result,
String message) |
VersionRangeResolutionException(VersionRangeResult result,
String message,
Throwable cause) |
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.