Uses of Class
org.eclipse.aether.resolution.MetadataResult
Packages that use 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
Methods in org.eclipse.aether that return types with arguments of type MetadataResultModifier 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
Methods in org.eclipse.aether.impl that return types with arguments of type MetadataResultModifier 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
Methods in org.eclipse.aether.internal.impl that return types with arguments of type MetadataResultModifier 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
Methods in org.eclipse.aether.resolution that return MetadataResultModifier 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.