Class EngineDescription

java.lang.Object
org.eclipse.ease.service.EngineDescription

public class EngineDescription extends Object
  • Constructor Details

    • EngineDescription

      public EngineDescription(org.eclipse.core.runtime.IConfigurationElement configurationElement)
  • Method Details

    • getSupportedScriptTypes

      public List<ScriptType> getSupportedScriptTypes()
    • getPriority

      public int getPriority()
    • createInstance

      public IScriptEngine createInstance() throws org.eclipse.core.runtime.CoreException
      Create an instance of the script engine.
      Returns:
      script engine instance
      Throws:
      org.eclipse.core.runtime.CoreException - when engine is of wrong type or cannot be instantiated
    • createEngine

      public IScriptEngine createEngine()
    • getID

      public String getID()
    • getName

      public String getName()
    • supports

      public boolean supports(String scriptType)
    • supports

      public boolean supports(org.eclipse.core.resources.IFile file)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • supportsDebugging

      public boolean supportsDebugging()
    • isReplShell

      public boolean isReplShell()