org.apache.maven.artifact.resolver
Class DefaultArtifactCollector
java.lang.Object
  
org.apache.maven.artifact.resolver.DefaultArtifactCollector
- All Implemented Interfaces: 
 - ArtifactCollector
 
public class DefaultArtifactCollector
- extends Object
- implements ArtifactCollector
  
Default implementation of the artifact collector.
- Version:
 
  - $Id: DefaultArtifactCollector.java 801437 2009-08-05 22:06:54Z jdcasey $
 
- Author:
 
  - Brett Porter
 
 
| 
Method Summary | 
 ArtifactResolutionResult | 
collect(Set artifacts,
        Artifact originatingArtifact,
        ArtifactRepository localRepository,
        List remoteRepositories,
        ArtifactMetadataSource source,
        ArtifactFilter filter,
        List listeners)
 
            | 
 ArtifactResolutionResult | 
collect(Set artifacts,
        Artifact originatingArtifact,
        Map managedVersions,
        ArtifactRepository localRepository,
        List remoteRepositories,
        ArtifactMetadataSource source,
        ArtifactFilter filter,
        List listeners)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultArtifactCollector
public DefaultArtifactCollector()
collect
public ArtifactResolutionResult collect(Set artifacts,
                                        Artifact originatingArtifact,
                                        ArtifactRepository localRepository,
                                        List remoteRepositories,
                                        ArtifactMetadataSource source,
                                        ArtifactFilter filter,
                                        List listeners)
                                 throws ArtifactResolutionException
- Specified by:
 collect in interface ArtifactCollector
 
- Throws:
 ArtifactResolutionException
 
collect
public ArtifactResolutionResult collect(Set artifacts,
                                        Artifact originatingArtifact,
                                        Map managedVersions,
                                        ArtifactRepository localRepository,
                                        List remoteRepositories,
                                        ArtifactMetadataSource source,
                                        ArtifactFilter filter,
                                        List listeners)
                                 throws ArtifactResolutionException
- Specified by:
 collect in interface ArtifactCollector
 
- Throws:
 ArtifactResolutionException
 
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.