org.mortbay.jetty.plugin.beanshell
Class BeanShellRunMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
BeanShellRunMojo()
           
 
Method Summary
 void execute()
           
 java.util.TreeMap getParams()
           
 java.lang.String getScript()
           
 void setParams(java.util.TreeMap params)
           
 void setScript(java.lang.String script)
           
 
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
 

Constructor Detail

BeanShellRunMojo

public BeanShellRunMojo()
Method Detail

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.