Uses of Class
org.eclipse.aether.resolution.VersionRequest
Packages that use VersionRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.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.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.