Uses of Class
org.eclipse.aether.resolution.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request) -
Uses of VersionRequest in org.eclipse.aether.resolution
Modifier 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.ModifierConstructorDescriptionVersionResult
(VersionRequest request) Creates a new result for the specified request.