Class BeanshellMojoAdapter
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.script.beanshell.BeanshellMojoAdapter
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled,- org.apache.maven.plugin.Mojo,- org.codehaus.plexus.component.factory.bsh.BshComponent
@Deprecated
public class BeanshellMojoAdapter
extends org.apache.maven.plugin.AbstractMojo
implements org.codehaus.plexus.component.factory.bsh.BshComponent
Deprecated.
Scripting support for mojos is deprecated and is planned tp be removed in maven 4.0
Mojo adapter for a Beanshell Mojo.
- Author:
- Brett Porter
- 
Field SummaryFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructorsConstructorDescriptionBeanshellMojoAdapter(org.apache.maven.plugin.Mojo mojo, bsh.Interpreter interpreter) Deprecated.
- 
Method SummaryMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
BeanshellMojoAdapterDeprecated.
 
- 
- 
Method Details- 
executepublic void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionDeprecated.- Specified by:
- executein interface- org.apache.maven.plugin.Mojo
- Throws:
- org.apache.maven.plugin.MojoExecutionException
- org.apache.maven.plugin.MojoFailureException
 
- 
getInterpreterDeprecated.- Specified by:
- getInterpreterin interface- org.codehaus.plexus.component.factory.bsh.BshComponent
 
 
-