Uses of Class
org.eclipse.aether.resolution.VersionRangeRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various sub components that implement the repository system.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
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.impl
Modifier and TypeMethodDescriptionVersionRangeResolver.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.internal.impl
Modifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) -
Uses of VersionRangeRequest in org.eclipse.aether.internal.impl.collect
Modifier and TypeMethodDescriptionprotected static VersionRangeRequest
DependencyCollectorDelegate.createVersionRangeRequest
(String requestContext, RequestTrace requestTrace, List<RemoteRepository> repositories, Dependency dependency) Modifier and TypeMethodDescriptionprotected VersionRangeResult
DependencyCollectorDelegate.cachedResolveRangeResult
(VersionRangeRequest rangeRequest, DataPool pool, RepositorySystemSession session) DataPool.getConstraint
(Object key, VersionRangeRequest request) DataPool.toKey
(VersionRangeRequest request) -
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.