Class 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.
    • Field Detail

      • originatingArtifact

        private Artifact originatingArtifact
      • artifacts

        private java.util.List<Artifact> artifacts
    • 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()