Uses of Class
org.eclipse.aether.resolution.MetadataResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of MetadataResult in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.resolveMetadata
(RepositorySystemSession session, Collection<? extends MetadataRequest> requests) Resolves the paths for a collection of metadata. -
Uses of MetadataResult in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionMetadataResult.setException
(Exception exception) Records the specified exception while resolving the metadata.MetadataResult.setMetadata
(Metadata metadata) Sets the resolved metadata.MetadataResult.setUpdated
(boolean updated) Sets the updated flag for the metadata.