org.apache.maven.tools.plugin.extractor.beanshell
Class BeanshellMojoDescriptorExtractor

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
          extended byorg.apache.maven.tools.plugin.extractor.beanshell.BeanshellMojoDescriptorExtractor
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor

public class BeanshellMojoDescriptorExtractor
extends org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor


Nested Class Summary
 
Nested classes inherited from class org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
 
Field Summary
 
Fields inherited from interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
ROLE
 
Constructor Summary
BeanshellMojoDescriptorExtractor()
           
 
Method Summary
protected  List extractMojoDescriptors(Map scriptFilesKeyedByBasedir, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
           
protected  String getScriptFileExtension()
           
 
Methods inherited from class org.apache.maven.tools.plugin.extractor.AbstractScriptedMojoDescriptorExtractor
copyScriptsToOutputDirectory, 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
 
Methods inherited from interface org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor
 

Constructor Detail

BeanshellMojoDescriptorExtractor

public BeanshellMojoDescriptorExtractor()
Method Detail

getScriptFileExtension

protected String getScriptFileExtension()

extractMojoDescriptors

protected List extractMojoDescriptors(Map scriptFilesKeyedByBasedir,
                                      org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
                               throws org.apache.maven.tools.plugin.extractor.ExtractionException,
                                      org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
Throws:
org.apache.maven.tools.plugin.extractor.ExtractionException
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.