public class UnresolvedArtifacts extends Object
Constructor and Description |
---|
UnresolvedArtifacts(Artifact originatingArtifact,
List<Artifact> artifacts,
List<ArtifactRepository> remoteRepositories) |
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
getArtifacts() |
Artifact |
getOriginatingArtifact() |
List<ArtifactRepository> |
getRemoteRepositories() |
public UnresolvedArtifacts(Artifact originatingArtifact, List<Artifact> artifacts, List<ArtifactRepository> remoteRepositories)
public Artifact getOriginatingArtifact()
public List<ArtifactRepository> getRemoteRepositories()
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.