org.apache.maven.artifact.resolver
Interface ArtifactCollector
- All Superinterfaces:
- LegacyArtifactCollector
- All Known Implementing Classes:
- DefaultArtifactCollector
Deprecated.
@Deprecated
public interface ArtifactCollector
- extends LegacyArtifactCollector
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
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.