Package org.eclipse.birt.core.script
Interface IScriptEngineFactory
-
public interface IScriptEngineFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IScriptEngine
createScriptEngine()
Returns an instance of IScriptEngine associated with this factory.java.lang.String
getScriptLanguage()
-
-
-
Method Detail
-
getScriptLanguage
java.lang.String getScriptLanguage()
-
createScriptEngine
IScriptEngine createScriptEngine() throws BirtException
Returns an instance of IScriptEngine associated with this factory.- Throws:
BirtException
-
-