Class DefaultArtifactCollector
java.lang.Object
org.apache.maven.repository.legacy.resolver.DefaultLegacyArtifactCollector
org.apache.maven.artifact.resolver.DefaultArtifactCollector
- All Implemented Interfaces:
ArtifactCollector, LegacyArtifactCollector
@Deprecated
@Component(role=ArtifactCollector.class)
public class DefaultArtifactCollector
extends DefaultLegacyArtifactCollector
implements ArtifactCollector
Deprecated.
Artifact collector - takes a set of original artifacts and resolves all of the best versions to use
along with their metadata. No artifacts are downloaded.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultLegacyArtifactCollector
collect, collect, collect, collectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArtifactCollector
collectMethods inherited from interface LegacyArtifactCollector
collect, collect, collect
-
Constructor Details
-
DefaultArtifactCollector
public DefaultArtifactCollector()Deprecated.
-