org.apache.maven.artifact.resolver
Class UnresolvedArtifacts

java.lang.Object
  extended by 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

Constructor Summary
UnresolvedArtifacts(Artifact originatingArtifact, List<Artifact> artifacts, List<ArtifactRepository> remoteRepositories)
           
 
Method Summary
 List<Artifact> getArtifacts()
           
 Artifact getOriginatingArtifact()
           
 List<ArtifactRepository> getRemoteRepositories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnresolvedArtifacts

public UnresolvedArtifacts(Artifact originatingArtifact,
                           List<Artifact> artifacts,
                           List<ArtifactRepository> remoteRepositories)
Method Detail

getOriginatingArtifact

public Artifact getOriginatingArtifact()

getArtifacts

public List<Artifact> getArtifacts()

getRemoteRepositories

public List<ArtifactRepository> getRemoteRepositories()


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.