org.eclipse.birt.core.script
Interface IScriptEngineFactory


public interface IScriptEngineFactory


Method Summary
 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


Copyright © 2008 Actuate Corp. All rights reserved.