public interface ArtifactDescriptorReader
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.resolution.ArtifactDescriptorResult |
readArtifactDescriptor(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.ArtifactDescriptorRequest request)
Gets information about an artifact like its direct dependencies.
|
org.eclipse.aether.resolution.ArtifactDescriptorResult readArtifactDescriptor(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.ArtifactDescriptorRequest request)
throws org.eclipse.aether.resolution.ArtifactDescriptorException
session - The repository session, must not be null.request - The descriptor request, must not be nullnull.org.eclipse.aether.resolution.ArtifactDescriptorException - If the artifact descriptor could not be read.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.