~PluginEngineFactory()
Destructor.
#define TE_V8_PLUGIN_ENGINE_CODE
The plugin engine name for Java plugins.
This is the concrete factory for JavaScript plugin engines.
A plugin engine for plugins written in JavaScript using Google's V8 engine.
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory PluginE...
static PluginEngineFactory * sm_factory
The plugin engine factory.
te::plugin::AbstractPluginEngine * build()
It creates a new plugin engine for Java.
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
A plugin engine for plugins written in JavaScript using Google's V8 engine.