org.apache.maven.artifact.resolver
Interface ArtifactCollector

All Superinterfaces:
LegacyArtifactCollector
All Known Implementing Classes:
DefaultArtifactCollector

Deprecated.

@Deprecated
public interface ArtifactCollector
extends LegacyArtifactCollector


Method Summary
 ArtifactResolutionResult collect(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 Detail

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.