Interface ArtifactCollector
- All Superinterfaces:
 LegacyArtifactCollector
- All Known Implementing Classes:
 DefaultArtifactCollector
Deprecated.
Artifact collector - takes a set of original artifacts and resolves all of the best versions to use
 along with their metadata. No artifacts are downloaded.
- 
Method Summary
Modifier and TypeMethodDescriptioncollect(Set<Artifact> artifacts, Artifact originatingArtifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List<ResolutionListener> listeners) Deprecated.Methods inherited from interface org.apache.maven.repository.legacy.resolver.LegacyArtifactCollector
collect, collect, collect 
- 
Method Details
- 
collect
@Deprecated ArtifactResolutionResult collect(Set<Artifact> artifacts, Artifact originatingArtifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List<ResolutionListener> listeners) throws ArtifactResolutionException Deprecated.- Throws:
 ArtifactResolutionException
 
 -