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
org.eclipse.aether.resolution.ArtifactResolutionException
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
org.eclipse.aether.resolution.ArtifactResolutionException
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.