| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
VersionRangeRequest |
VersionRangeRequest.addRepository(RemoteRepository repository) |
Adds the specified repository for the resolution.
|
VersionRangeRequest |
VersionRangeResult.getRequest() |
Gets the resolution request that was made.
|
VersionRangeRequest |
VersionRangeRequest.setArtifact(Artifact artifact) |
Sets the artifact whose version range shall be resolved.
|
VersionRangeRequest |
VersionRangeRequest.setRepositories(java.util.List<RemoteRepository> repositories) |
Sets the repositories to resolve the version range from.
|
VersionRangeRequest |
VersionRangeRequest.setRequestContext(java.lang.String context) |
Sets the context in which this request is made.
|
VersionRangeRequest |
VersionRangeRequest.setTrace(RequestTrace trace) |
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
| Constructor | Description |
|---|---|
VersionRangeResult(VersionRangeRequest request) |
Creates a new result for the specified request.
|