This is a common abstract base case for script runners.
These classes need to implement executeScript, evaluateScript
and supportsLanguage.
since: Ant 1.7.0
Method Summary
public void
addBean(String key, Object bean) Add a single object into the script context.
Add a single object into the script context.
Parameters: key - the name in the context this object is to stored under. Parameters: bean - the object to be stored in the script context.
Add a list of named objects to the list to be exported to the script
Parameters: dictionary - a map of objects to be placed into the script contextindexed by String names.
Bind the runner to a project component.
Properties, targets and references are all added as beans;
project is bound to project, and self to the component.
Parameters: component - to become self