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.0Mojo adapter for a Beanshell Mojo.- Author:
- Brett Porter
-
-
Constructor Summary
Constructors Constructor Description BeanshellMojoAdapter(org.apache.maven.plugin.Mojo mojo, bsh.Interpreter interpreter)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute()Deprecated.bsh.InterpretergetInterpreter()Deprecated.
-
-
-
Constructor Detail
-
BeanshellMojoAdapter
public BeanshellMojoAdapter(org.apache.maven.plugin.Mojo mojo, bsh.Interpreter interpreter)
Deprecated.
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
Deprecated.- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getInterpreter
public bsh.Interpreter getInterpreter()
Deprecated.- Specified by:
getInterpreterin interfaceorg.codehaus.plexus.component.factory.bsh.BshComponent
-
-