org.mortbay.jetty.plugin.beanshell
Class BeanShellRunMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mortbay.jetty.plugin.beanshell.BeanShellRunMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class BeanShellRunMojo
- extends org.apache.maven.plugin.AbstractMojo
Used to run scripts in maven
Scripts: Beanshell and etc..
- Author:
- Leopoldo Lee Agdeppa III
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanShellRunMojo
public BeanShellRunMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
getScript
public java.lang.String getScript()
setScript
public void setScript(java.lang.String script)
getParams
public java.util.TreeMap getParams()
setParams
public void setParams(java.util.TreeMap params)
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.