edu.bonn.xulu.appl
Interface ScriptablePlugin
- All Superinterfaces:
- XuluPlugin
public interface ScriptablePlugin
- extends XuluPlugin
This class extends the XuluPlugin interface in order to support easy
scripting operations on plugins. The commands may be forwarded by the DataScriptInterpreter_Basic
.
- Author:
- Dominik Appl
- See Also:
XuluPlugin
Method Summary |
void |
executeScript(String[] commandLines)
Executes scripting commands in XuluPlugins. |
executeScript
void executeScript(String[] commandLines)
throws UnsupportedOperationException
- Executes scripting commands in XuluPlugins.
- Parameters:
commandLines
- Each String in the array represents one commandLine
- Throws:
UnsupportedOperationException
- will be thrown if there is an error.