Uses of Class
org.eclipse.aether.resolution.VersionRangeRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of VersionRangeRequest in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) Expands a version range to a list of matching versions, in ascending order. -
Uses of VersionRangeRequest in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionVersionRangeRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution.VersionRangeResult.getRequest()
Gets the resolution request that was made.VersionRangeRequest.setArtifact
(Artifact artifact) Sets the artifact whose version range shall be resolved.VersionRangeRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the version range from.VersionRangeRequest.setRequestContext
(String context) Sets the context in which this request is made.VersionRangeRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.ModifierConstructorDescriptionVersionRangeResult
(VersionRangeRequest request) Creates a new result for the specified request.