Uses of Class
org.eclipse.aether.resolution.VersionResult
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 VersionResult 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 VersionResult 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 VersionResult in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request) -
Uses of VersionResult in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionVersionResult.addException
(Exception exception) Records the specified exception while resolving the version.VersionResolutionException.getResult()
Gets the version result at the point the exception occurred.VersionResult.setRepository
(ArtifactRepository repository) Sets the repository from which the version was resolved.VersionResult.setVersion
(String version) Sets the resolved version.ModifierConstructorDescriptionCreates a new exception with the specified result.VersionResolutionException
(VersionResult result, String message) Creates a new exception with the specified result and detail message.VersionResolutionException
(VersionResult result, String message, Throwable cause) Creates a new exception with the specified result, detail message and cause.