public interface ArtifactResolver
| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.aether.resolution.ArtifactResult | resolveArtifact(org.eclipse.aether.RepositorySystemSession session,
                              org.eclipse.aether.resolution.ArtifactRequest request)Resolves the path for an artifact. | 
| List<org.eclipse.aether.resolution.ArtifactResult> | resolveArtifacts(org.eclipse.aether.RepositorySystemSession session,
                                Collection<? extends org.eclipse.aether.resolution.ArtifactRequest> requests)Resolves the paths for a collection of artifacts. | 
org.eclipse.aether.resolution.ArtifactResult resolveArtifact(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.ArtifactRequest request) throws org.eclipse.aether.resolution.ArtifactResolutionException
session - The repository session, must not be null.request - The resolution request, must not be null.null.org.eclipse.aether.resolution.ArtifactResolutionException - If the artifact could not be resolved.Artifact.getFile(), 
RepositorySystem.resolveArtifact(RepositorySystemSession, ArtifactRequest)List<org.eclipse.aether.resolution.ArtifactResult> resolveArtifacts(org.eclipse.aether.RepositorySystemSession session, Collection<? extends org.eclipse.aether.resolution.ArtifactRequest> requests) throws org.eclipse.aether.resolution.ArtifactResolutionException
session - The repository session, must not be null.requests - The resolution requests, must not be null.null.org.eclipse.aether.resolution.ArtifactResolutionException - If any artifact could not be resolved.Artifact.getFile(), 
RepositorySystem.resolveArtifacts(RepositorySystemSession, Collection)Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.