org.apache.maven.project
Class ClasspathArtifactResolver
java.lang.Object
org.apache.maven.project.ClasspathArtifactResolver
- All Implemented Interfaces:
- org.eclipse.aether.impl.ArtifactResolver
@Component(role=org.eclipse.aether.impl.ArtifactResolver.class,
hint="classpath")
public class ClasspathArtifactResolver
- extends Object
- implements org.eclipse.aether.impl.ArtifactResolver
- Author:
- Benjamin Bentmann
Method Summary |
org.eclipse.aether.resolution.ArtifactResult |
resolveArtifact(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.ArtifactRequest request)
|
List<org.eclipse.aether.resolution.ArtifactResult> |
resolveArtifacts(org.eclipse.aether.RepositorySystemSession session,
Collection<? extends org.eclipse.aether.resolution.ArtifactRequest> requests)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathArtifactResolver
public ClasspathArtifactResolver()
resolveArtifacts
public 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
- Specified by:
resolveArtifacts
in interface org.eclipse.aether.impl.ArtifactResolver
- Throws:
org.eclipse.aether.resolution.ArtifactResolutionException
resolveArtifact
public org.eclipse.aether.resolution.ArtifactResult resolveArtifact(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.ArtifactRequest request)
throws org.eclipse.aether.resolution.ArtifactResolutionException
- Specified by:
resolveArtifact
in interface org.eclipse.aether.impl.ArtifactResolver
- Throws:
org.eclipse.aether.resolution.ArtifactResolutionException
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.