Uses of Class
org.eclipse.aether.resolution.VersionRequest
Packages that use VersionRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of VersionRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type VersionRequestModifier and TypeMethodDescriptionRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request) Resolves an artifact's meta version (if any) to a concrete version. -
Uses of VersionRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type VersionRequestModifier and TypeMethodDescriptionVersionResolver.resolveVersion
(RepositorySystemSession session, VersionRequest request) Resolves an artifact's meta version (if any) to a concrete version. -
Uses of VersionRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type VersionRequestModifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request) -
Uses of VersionRequest in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return VersionRequestModifier and TypeMethodDescriptionVersionRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution.VersionResult.getRequest()
Gets the resolution request that was made.VersionRequest.setArtifact
(Artifact artifact) Sets the artifact whose (meta-)version shall be resolved.VersionRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the version from.VersionRequest.setRequestContext
(String context) Sets the context in which this request is made.VersionRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.Constructors in org.eclipse.aether.resolution with parameters of type VersionRequestModifierConstructorDescriptionVersionResult
(VersionRequest request) Creates a new result for the specified request.