org.apache.maven.plugin.testing.stubs
Class StubArtifactCollector
java.lang.Object
org.apache.maven.plugin.testing.stubs.StubArtifactCollector
- All Implemented Interfaces:
- ArtifactCollector
public class StubArtifactCollector
- extends Object
- implements ArtifactCollector
- Author:
- Brian Fox
Method Summary |
ArtifactResolutionResult |
collect(Set theArtifacts,
Artifact theOriginatingArtifact,
ArtifactRepository theLocalRepository,
List theRemoteRepositories,
ArtifactMetadataSource theSource,
ArtifactFilter theFilter,
List theListeners)
|
ArtifactResolutionResult |
collect(Set theArtifacts,
Artifact theOriginatingArtifact,
Map theManagedVersions,
ArtifactRepository theLocalRepository,
List theRemoteRepositories,
ArtifactMetadataSource theSource,
ArtifactFilter theFilter,
List theListeners)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubArtifactCollector
public StubArtifactCollector()
collect
public ArtifactResolutionResult collect(Set theArtifacts,
Artifact theOriginatingArtifact,
ArtifactRepository theLocalRepository,
List theRemoteRepositories,
ArtifactMetadataSource theSource,
ArtifactFilter theFilter,
List theListeners)
throws ArtifactResolutionException
- Specified by:
collect
in interface ArtifactCollector
- Throws:
ArtifactResolutionException
collect
public ArtifactResolutionResult collect(Set theArtifacts,
Artifact theOriginatingArtifact,
Map theManagedVersions,
ArtifactRepository theLocalRepository,
List theRemoteRepositories,
ArtifactMetadataSource theSource,
ArtifactFilter theFilter,
List theListeners)
throws ArtifactResolutionException
- Specified by:
collect
in interface ArtifactCollector
- Throws:
ArtifactResolutionException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.