|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.artifact.MavenMetadataSource
org.apache.maven.project.artifact.DefaultMetadataSource
@Component(role=ArtifactMetadataSource.class) public class DefaultMetadataSource
This realizes the metadata source via the default hint to provide backward-compat with Maven 2.x whose Plexus version registered component descriptors twice: once keyed by role+roleHint and once keyed by role only. This effectively made the metadata source available with its original role hint ("maven") as well as the default hint.
Constructor Summary | |
---|---|
DefaultMetadataSource()
|
Method Summary |
---|
Methods inherited from class org.apache.maven.project.artifact.MavenMetadataSource |
---|
createArtifacts, retrieve, 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 |
---|
public DefaultMetadataSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |