|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
org.apache.maven.tools.plugin.extractor.beanshell.BeanshellMojoDescriptorExtractor
public class BeanshellMojoDescriptorExtractor
Extracts Mojo descriptors from BeanShell sources.
Field Summary |
---|
Fields inherited from interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor |
---|
ROLE |
Constructor Summary | |
---|---|
BeanshellMojoDescriptorExtractor()
|
Method Summary | |
---|---|
protected java.util.List |
extractMojoDescriptors(java.util.Map scriptFilesKeyedByBasedir,
PluginToolsRequest request)
Should be implemented in the sub classes. |
protected java.lang.String |
getScriptFileExtension(PluginToolsRequest request)
|
Methods inherited from class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor |
---|
copyScriptsToOutputDirectory, execute, execute, extractMojoDescriptorsFromMetadata, gatherFilesByBasedir, getMetadataFileExtension |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanshellMojoDescriptorExtractor()
Method Detail |
---|
protected java.lang.String getScriptFileExtension(PluginToolsRequest request)
getScriptFileExtension
in class AbstractScriptedMojoDescriptorExtractor
.bsh
for BeanShell.protected java.util.List extractMojoDescriptors(java.util.Map scriptFilesKeyedByBasedir, PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
extractMojoDescriptors
in class AbstractScriptedMojoDescriptorExtractor
scriptFilesKeyedByBasedir
- could be nullrequest
- The plugin request, never null
.
ExtractionException
- if any
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
- if any
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |