| 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 and Description | 
|---|---|
VersionRangeResult | 
RepositorySystem.resolveVersionRange(RepositorySystemSession session,
                   VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order. 
 | 
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 | 
|---|---|
VersionRangeRequest | 
VersionRangeRequest.addRepository(RemoteRepository repository)
Adds the specified repository for the resolution. 
 | 
VersionRangeRequest | 
VersionRangeRequest.addRepository(RemoteRepository repository)
Adds the specified repository for the resolution. 
 | 
VersionRangeRequest | 
VersionRangeResult.getRequest()
Gets the resolution request that was made. 
 | 
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.setArtifact(Artifact artifact)
Sets the artifact whose version range shall be resolved. 
 | 
VersionRangeRequest | 
VersionRangeRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to resolve the version range from. 
 | 
VersionRangeRequest | 
VersionRangeRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to resolve the version range from. 
 | 
VersionRangeRequest | 
VersionRangeRequest.setRequestContext(String context)
Sets the context in which this request is made. 
 | 
VersionRangeRequest | 
VersionRangeRequest.setRequestContext(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. 
 | 
VersionRangeRequest | 
VersionRangeRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued. 
 | 
| Constructor and Description | 
|---|
VersionRangeResult(VersionRangeRequest request)
Creates a new result for the specified request. 
 | 
VersionRangeResult(VersionRangeRequest request)
Creates a new result for the specified request. 
 | 
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.