Class PluginsMetadataGenerator
java.lang.Object
org.apache.maven.repository.internal.PluginsMetadataGenerator
- All Implemented Interfaces:
org.eclipse.aether.impl.MetadataGenerator
@Deprecated(since="4.0.0")
class PluginsMetadataGenerator
extends Object
implements org.eclipse.aether.impl.MetadataGenerator
Deprecated.
Maven G level metadata generator.
Plugin metadata contains G level list of "prefix" to A mapping for plugins present under this G.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.slf4j.LoggerDeprecated.private static final StringDeprecated.private final Map<Object, PluginsMetadata> Deprecated.private final DateDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePluginsMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, Collection<? extends org.eclipse.aether.metadata.Metadata> metadatas) Deprecated.(package private)PluginsMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) Deprecated.(package private)PluginsMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.installation.InstallRequest request) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprivate PluginsMetadata.PluginInfoextractPluginInfo(org.eclipse.aether.artifact.Artifact artifact) Deprecated.Collection<? extends org.eclipse.aether.metadata.Metadata> finish(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.private static StringmayGetChild(XmlNode node, String child) Deprecated.Collection<? extends org.eclipse.aether.metadata.Metadata> prepare(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.org.eclipse.aether.artifact.ArtifacttransformArtifact(org.eclipse.aether.artifact.Artifact artifact) Deprecated.
-
Field Details
-
PLUGIN_DESCRIPTOR_LOCATION
Deprecated.- See Also:
-
logger
private final org.slf4j.Logger loggerDeprecated. -
processedPlugins
Deprecated. -
timestamp
Deprecated.
-
-
Constructor Details
-
PluginsMetadataGenerator
PluginsMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.installation.InstallRequest request) Deprecated. -
PluginsMetadataGenerator
PluginsMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) Deprecated. -
PluginsMetadataGenerator
private PluginsMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, Collection<? extends org.eclipse.aether.metadata.Metadata> metadatas) Deprecated.
-
-
Method Details
-
prepare
public Collection<? extends org.eclipse.aether.metadata.Metadata> prepare(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.- Specified by:
preparein interfaceorg.eclipse.aether.impl.MetadataGenerator
-
transformArtifact
public org.eclipse.aether.artifact.Artifact transformArtifact(org.eclipse.aether.artifact.Artifact artifact) Deprecated.- Specified by:
transformArtifactin interfaceorg.eclipse.aether.impl.MetadataGenerator
-
finish
public Collection<? extends org.eclipse.aether.metadata.Metadata> finish(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.- Specified by:
finishin interfaceorg.eclipse.aether.impl.MetadataGenerator
-
extractPluginInfo
Deprecated. -
mayGetChild
Deprecated.
-
maven-api-impljar instead