org.apache.maven.project
Class TestMetadataSource

java.lang.Object
  extended by org.apache.maven.project.artifact.MavenMetadataSource
      extended by org.apache.maven.project.TestMetadataSource
All Implemented Interfaces:
ArtifactMetadataSource

@Component(role=org.apache.maven.artifact.metadata.ArtifactMetadataSource.class,
           hint="classpath")
public class TestMetadataSource
extends MavenMetadataSource


Constructor Summary
TestMetadataSource()
           
 
Method Summary
 ResolutionGroup retrieve(Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories)
           
 
Methods inherited from class org.apache.maven.project.artifact.MavenMetadataSource
createArtifacts, retrieve, retrieve, retrieveAvailableVersions, retrieveAvailableVersions, retrieveAvailableVersionsFromDeploymentRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMetadataSource

public TestMetadataSource()
Method Detail

retrieve

public ResolutionGroup retrieve(Artifact artifact,
                                ArtifactRepository localRepository,
                                List<ArtifactRepository> remoteRepositories)
                         throws ArtifactMetadataRetrievalException
Specified by:
retrieve in interface ArtifactMetadataSource
Overrides:
retrieve in class MavenMetadataSource
Throws:
ArtifactMetadataRetrievalException


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.