| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.util.ScriptRunnerBase
org.apache.tools.ant.util.optional.ScriptRunner
public class ScriptRunner
This class is used to run BSF scripts
| Constructor Summary | |
|---|---|
| ScriptRunner() | |
| Method Summary | |
|---|---|
|  java.lang.Object | evaluateScript(java.lang.String execName)Evaluate the script. | 
|  void | executeScript(java.lang.String execName)Do the work. | 
|  java.lang.String | getManagerName()Get the name of the manager prefix. | 
|  boolean | supportsLanguage()Check if bsf supports the language. | 
| Methods inherited from class org.apache.tools.ant.util.ScriptRunnerBase | 
|---|
| addBean, addBeans, addText, bindToComponent, bindToComponentMinimum, checkLanguage, clearScript, getBeans, getKeepEngine, getLanguage, getProject, getScript, getScriptClassLoader, loadResource, loadResources, replaceContextLoader, restoreContextLoader, setKeepEngine, setLanguage, setProject, setScriptClassLoader, setSrc | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ScriptRunner()
| Method Detail | 
|---|
public java.lang.String getManagerName()
getManagerName in class ScriptRunnerBasepublic boolean supportsLanguage()
supportsLanguage in class ScriptRunnerBase
public void executeScript(java.lang.String execName)
                   throws BuildException
executeScript in class ScriptRunnerBaseexecName - the name that will be passed to BSF for this script execution.
BuildException - if something goes wrong executing the script.
public java.lang.Object evaluateScript(java.lang.String execName)
                                throws BuildException
evaluateScript in class ScriptRunnerBaseexecName - the name that will be passed to BSF for this script execution.
BuildException - if something goes wrong executing the script.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||