Uses of Class
org.eclipse.aether.resolution.ArtifactDescriptorException
Packages that use ArtifactDescriptorException
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.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
-
Uses of ArtifactDescriptorException in org.eclipse.aether
Methods in org.eclipse.aether that throw ArtifactDescriptorExceptionModifier and TypeMethodDescriptionRepositorySystem.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) Gets information about an artifact like its direct dependencies and potential relocations. -
Uses of ArtifactDescriptorException in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that throw ArtifactDescriptorExceptionModifier and TypeMethodDescriptionArtifactDescriptorReader.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) Gets information about an artifact like its direct dependencies and potential relocations. -
Uses of ArtifactDescriptorException in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that throw ArtifactDescriptorExceptionModifier and TypeMethodDescriptionDefaultRepositorySystem.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) -
Uses of ArtifactDescriptorException in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactDescriptorExceptionModifier and TypeMethodDescriptionvoid
DataPool.putDescriptor
(DataPool.DescriptorKey key, ArtifactDescriptorException e) -
Uses of ArtifactDescriptorException in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that throw ArtifactDescriptorExceptionModifier and TypeMethodDescriptionIniArtifactDescriptorReader.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) Parses the resource$prefix/gid_aid_ver.ini
from the request artifact as an artifact description and wraps it into an ArtifactDescriptorResult.