Class BeanshellMojoDescriptorExtractor
java.lang.Object
org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
org.apache.maven.tools.plugin.extractor.beanshell.BeanshellMojoDescriptorExtractor
- All Implemented Interfaces:
org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
@Deprecated
@Named("bsh")
@Singleton
public class BeanshellMojoDescriptorExtractor
extends org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
Deprecated.
Scripting support for mojos is deprecated and is planned tp be removed in maven 4.0
Extracts Mojo descriptors from BeanShell sources.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.apache.maven.plugin.descriptor.MojoDescriptor> extractMojoDescriptors(Map<String, Set<File>> scriptFilesKeyedByBasedir, org.apache.maven.tools.plugin.PluginToolsRequest request) Deprecated.org.apache.maven.tools.plugin.extractor.GroupKeyDeprecated.getName()Deprecated.protected StringgetScriptFileExtension(org.apache.maven.tools.plugin.PluginToolsRequest request) Deprecated.Methods inherited from class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
copyScriptsToOutputDirectory, execute, extractMojoDescriptorsFromMetadata, gatherFilesByBasedir, getMetadataFileExtension, isDeprecatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
getRequiredJavaVersion
-
Field Details
-
NAME
Deprecated.- See Also:
-
-
Constructor Details
-
BeanshellMojoDescriptorExtractor
public BeanshellMojoDescriptorExtractor()Deprecated.
-
-
Method Details
-
getName
Deprecated. -
getGroupKey
public org.apache.maven.tools.plugin.extractor.GroupKey getGroupKey()Deprecated. -
getScriptFileExtension
Deprecated.- Specified by:
getScriptFileExtensionin classorg.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
-
extractMojoDescriptors
protected List<org.apache.maven.plugin.descriptor.MojoDescriptor> extractMojoDescriptors(Map<String, Set<File>> scriptFilesKeyedByBasedir, org.apache.maven.tools.plugin.PluginToolsRequest request) throws org.apache.maven.tools.plugin.extractor.ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorExceptionDeprecated.- Overrides:
extractMojoDescriptorsin classorg.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor- Throws:
org.apache.maven.tools.plugin.extractor.ExtractionExceptionorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
-