Class PluginMetadataParser
- java.lang.Object
-
- org.apache.maven.tools.plugin.extractor.model.PluginMetadataParser
-
@Deprecated public class PluginMetadataParser extends Object
Deprecated.Scripting support for mojos is deprecated and is planned tp be removed in maven 4.0Parser for plugin metadata.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIMPL_BASE_PLACEHOLDERDeprecated.Default implementation path which will be replaced in AbstractScriptedMojoDescriptorExtractor#extractMojoDescriptorsFromMetadata(Map, PluginDescriptor)
-
Constructor Summary
Constructors Constructor Description PluginMetadataParser()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<org.apache.maven.plugin.descriptor.MojoDescriptor>parseMojoDescriptors(File metadataFile)Deprecated.
-
-
-
Field Detail
-
IMPL_BASE_PLACEHOLDER
public static final String IMPL_BASE_PLACEHOLDER
Deprecated.Default implementation path which will be replaced in AbstractScriptedMojoDescriptorExtractor#extractMojoDescriptorsFromMetadata(Map, PluginDescriptor)- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PluginMetadataParser
public PluginMetadataParser()
Deprecated.
-
-
Method Detail
-
parseMojoDescriptors
public Set<org.apache.maven.plugin.descriptor.MojoDescriptor> parseMojoDescriptors(File metadataFile) throws PluginMetadataParseException
Deprecated.- Parameters:
metadataFile- the metadata file to be parse- Returns:
- a set of
MojoDescriptor - Throws:
PluginMetadataParseException- if any
-
-