Class ResourceProjectPathImporter

java.lang.Object
org.eclipse.ease.lang.python.ResourceProjectPathImporter
All Implemented Interfaces:
IExecutionListener, IScriptEngineLaunchExtension
Direct Known Subclasses:
PyDevPathImporter

public class ResourceProjectPathImporter extends Object implements IScriptEngineLaunchExtension, IExecutionListener
  • Constructor Details

    • ResourceProjectPathImporter

      public ResourceProjectPathImporter()
  • Method Details

    • createEngine

      public void createEngine(IScriptEngine engine)
      Description copied from interface: IScriptEngineLaunchExtension
      Called upon a script engine creation. As there might be multiple launch extensions, this might not be the only contribution to the script engine.
      Specified by:
      createEngine in interface IScriptEngineLaunchExtension
      Parameters:
      engine - engine just created
    • notify

      public void notify(IScriptEngine engine, Script script, int status)
      Description copied from interface: IExecutionListener
      Notifies the listeners when script execution started/ended or when the engine itself is started/ended.
      Specified by:
      notify in interface IExecutionListener
      Parameters:
      engine - Script Engine
      script - Script or null
      status - Event Status