Save This Page
Home » apache-ant-1.7.1-src » org.apache.tools » ant » util » optional » [javadoc | source]
org.apache.tools.ant.util.optional
public class: ScriptRunner [javadoc | source]
java.lang.Object
   org.apache.tools.ant.util.ScriptRunnerBase
      org.apache.tools.ant.util.optional.ScriptRunner

Direct Known Subclasses:
    ScriptRunner

This class is used to run BSF scripts
Method from org.apache.tools.ant.util.optional.ScriptRunner Summary:
evaluateScript,   executeScript,   getManagerName,   supportsLanguage
Methods from org.apache.tools.ant.util.ScriptRunnerBase:
addBean,   addBeans,   addText,   bindToComponent,   bindToComponentMinimum,   checkLanguage,   clearScript,   evaluateScript,   executeScript,   getBeans,   getKeepEngine,   getLanguage,   getManagerName,   getProject,   getScript,   getScriptClassLoader,   loadResource,   loadResources,   replaceContextLoader,   restoreContextLoader,   setKeepEngine,   setLanguage,   setProject,   setScriptClassLoader,   setSrc,   supportsLanguage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.util.optional.ScriptRunner Detail:
 public Object evaluateScript(String execName) throws BuildException 
    Evaluate the script.
 public  void executeScript(String execName) throws BuildException 
    Do the work.
 public String getManagerName() 
    Get the name of the manager prefix.
 public boolean supportsLanguage() 
    Check if bsf supports the language.