Class ScriptSourceLocator

java.lang.Object
org.eclipse.ease.debugging.ScriptSourceLocator
All Implemented Interfaces:
org.eclipse.debug.core.model.IPersistableSourceLocator, org.eclipse.debug.core.model.ISourceLocator

public class ScriptSourceLocator
extends Object
implements org.eclipse.debug.core.model.IPersistableSourceLocator
  • Constructor Details

    • ScriptSourceLocator

      public ScriptSourceLocator()
  • Method Details

    • getSourceElement

      public Object getSourceElement​(org.eclipse.debug.core.model.IStackFrame stackFrame)
      Specified by:
      getSourceElement in interface org.eclipse.debug.core.model.ISourceLocator
    • getMemento

      public String getMemento() throws org.eclipse.core.runtime.CoreException
      Specified by:
      getMemento in interface org.eclipse.debug.core.model.IPersistableSourceLocator
      Throws:
      org.eclipse.core.runtime.CoreException
    • initializeFromMemento

      public void initializeFromMemento​(String memento) throws org.eclipse.core.runtime.CoreException
      Specified by:
      initializeFromMemento in interface org.eclipse.debug.core.model.IPersistableSourceLocator
      Throws:
      org.eclipse.core.runtime.CoreException
    • initializeDefaults

      public void initializeDefaults​(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
      Specified by:
      initializeDefaults in interface org.eclipse.debug.core.model.IPersistableSourceLocator
      Throws:
      org.eclipse.core.runtime.CoreException