Uses of Class
org.eclipse.aether.resolution.MetadataResult
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 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.impl
Modifier and TypeMethodDescriptionMetadataResolver.resolveMetadata
(RepositorySystemSession session, Collection<? extends MetadataRequest> requests) Resolves the paths for a collection of metadata. -
Uses of MetadataResult in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultMetadataResolver.resolveMetadata
(RepositorySystemSession session, Collection<? extends MetadataRequest> requests) DefaultRepositorySystem.resolveMetadata
(RepositorySystemSession session, Collection<? extends MetadataRequest> requests) -
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.