| This class represents the Beanshell Service.
The Beanshell Service enables the use of scriptable plugins, meaning a
3rd-party developer can created plugins based on beanshell scripts.
To create a Beanshell plugin, the 3rd party must create one script with a
.bsh extension and copy the file to the ~/.columba/scripts directory.
The service will then automaticaly pick up the script and execute it.
If a plugin depends on more than one script, then only the entry point should
have the .bsh extension, for example: - my_plugin.bsh -
my_plugin.file_2 - my_plugin.file_3 - ...
This is still alpha software so expect things to change.
author: Celso Pinto (cpinto@yimports.com) |