org.apache.maven.artifact.resolver
Class UnresolvedArtifacts

java.lang.Object
  extended by org.apache.maven.artifact.resolver.UnresolvedArtifacts

public class UnresolvedArtifacts
extends java.lang.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, java.util.List<Artifact> artifacts, java.util.List<ArtifactRepository> remoteRepositories)
           
 
Method Summary
 java.util.List<Artifact> getArtifacts()
           
 Artifact getOriginatingArtifact()
           
 java.util.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,
                           java.util.List<Artifact> artifacts,
                           java.util.List<ArtifactRepository> remoteRepositories)
Method Detail

getOriginatingArtifact

public Artifact getOriginatingArtifact()

getArtifacts

public java.util.List<Artifact> getArtifacts()

getRemoteRepositories

public java.util.List<ArtifactRepository> getRemoteRepositories()


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