| |
|
| java.lang.Object org.osbl.agent.model.action.BeanShellAction
BeanShellAction | public class BeanShellAction implements Action(Code) | | This Action executes a Beanshell script.
Scripts access the target object through the pre-defined "subject" variable.
author: Sebastian Nozzi. |
BeanShellAction | public BeanShellAction(String script)(Code) | | Instantiates a new BeanSellAction with a given script.
Parameters: script - the beanshell script |
BeanShellAction | public BeanShellAction()(Code) | | Instantiates a new BeanSellAction. It will contain an empty script.
|
getScript | public String getScript()(Code) | | Gets the script.
the script |
setScript | public void setScript(String script)(Code) | | Sets the script.
Parameters: script - the new script |
|
|
|