org.apache.maven.plugin.testing.stubs
Class StubArtifactCollector

java.lang.Object
  extended by org.apache.maven.plugin.testing.stubs.StubArtifactCollector
All Implemented Interfaces:
org.apache.maven.artifact.resolver.ArtifactCollector

public class StubArtifactCollector
extends java.lang.Object
implements org.apache.maven.artifact.resolver.ArtifactCollector

Version:
$Id: StubArtifactCollector.java 638332 2008-03-18 11:39:00Z bentmann $
Author:
Brian Fox

Constructor Summary
StubArtifactCollector()
          Default constructor
 
Method Summary
 org.apache.maven.artifact.resolver.ArtifactResolutionResult collect(java.util.Set theArtifacts, org.apache.maven.artifact.Artifact theOriginatingArtifact, org.apache.maven.artifact.repository.ArtifactRepository theLocalRepository, java.util.List theRemoteRepositories, org.apache.maven.artifact.metadata.ArtifactMetadataSource theSource, org.apache.maven.artifact.resolver.filter.ArtifactFilter theFilter, java.util.List theListeners)
          
 org.apache.maven.artifact.resolver.ArtifactResolutionResult collect(java.util.Set theArtifacts, org.apache.maven.artifact.Artifact theOriginatingArtifact, java.util.Map theManagedVersions, org.apache.maven.artifact.repository.ArtifactRepository theLocalRepository, java.util.List theRemoteRepositories, org.apache.maven.artifact.metadata.ArtifactMetadataSource theSource, org.apache.maven.artifact.resolver.filter.ArtifactFilter theFilter, java.util.List theListeners)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubArtifactCollector

public StubArtifactCollector()
Default constructor

Method Detail

collect

public org.apache.maven.artifact.resolver.ArtifactResolutionResult collect(java.util.Set theArtifacts,
                                                                           org.apache.maven.artifact.Artifact theOriginatingArtifact,
                                                                           org.apache.maven.artifact.repository.ArtifactRepository theLocalRepository,
                                                                           java.util.List theRemoteRepositories,
                                                                           org.apache.maven.artifact.metadata.ArtifactMetadataSource theSource,
                                                                           org.apache.maven.artifact.resolver.filter.ArtifactFilter theFilter,
                                                                           java.util.List theListeners)
                                                                    throws org.apache.maven.artifact.resolver.ArtifactResolutionException

Specified by:
collect in interface org.apache.maven.artifact.resolver.ArtifactCollector
Throws:
org.apache.maven.artifact.resolver.ArtifactResolutionException

collect

public org.apache.maven.artifact.resolver.ArtifactResolutionResult collect(java.util.Set theArtifacts,
                                                                           org.apache.maven.artifact.Artifact theOriginatingArtifact,
                                                                           java.util.Map theManagedVersions,
                                                                           org.apache.maven.artifact.repository.ArtifactRepository theLocalRepository,
                                                                           java.util.List theRemoteRepositories,
                                                                           org.apache.maven.artifact.metadata.ArtifactMetadataSource theSource,
                                                                           org.apache.maven.artifact.resolver.filter.ArtifactFilter theFilter,
                                                                           java.util.List theListeners)
                                                                    throws org.apache.maven.artifact.resolver.ArtifactResolutionException

Specified by:
collect in interface org.apache.maven.artifact.resolver.ArtifactCollector
Throws:
org.apache.maven.artifact.resolver.ArtifactResolutionException


Copyright © 2008-2011. All Rights Reserved.