org.apache.tools.ant.util.optional
public class JavaxScriptRunner extends ScriptRunnerBase
Since: Ant 1.7.0
Method Summary | |
---|---|
Object | evaluateScript(String execName)
Do the work to eval the script.
|
void | executeScript(String execName)
Do the work to run the script.
|
String | getManagerName()
Get the name of the manager prefix. |
boolean | supportsLanguage() {@inheritDoc }. |
Parameters: execName the name that will be passed to the scripting engine for this script execution.
Returns: the result of the evalulation
Throws: BuildException if someting goes wrong exectuing the script.
Parameters: execName the name that will be passed to the scripting engine for this script execution.
Throws: BuildException if someting goes wrong exectuing the script.
Returns: "javax"