org.apache.maven.artifact.resolver
Class UnresolvedArtifacts
java.lang.Object
org.apache.maven.artifact.resolver.UnresolvedArtifacts
public class UnresolvedArtifacts
- extends Object
A simple recording of the Artifacts that could not be resolved for a given resolution request, along with
the remote repositories where attempts were made to resolve the artifacts.
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnresolvedArtifacts
public UnresolvedArtifacts(Artifact originatingArtifact,
List<Artifact> artifacts,
List<ArtifactRepository> remoteRepositories)
getOriginatingArtifact
public Artifact getOriginatingArtifact()
getArtifacts
public List<Artifact> getArtifacts()
getRemoteRepositories
public List<ArtifactRepository> getRemoteRepositories()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.