Package org.eclipse.ease.debugging
Interface IScriptRegistry
- All Known Subinterfaces:
IPythonScriptRegistry
- All Known Implementing Classes:
EventDispatchJob
,PythonEventDispatchJob
,PythonScriptRegistry
,ScriptRegistry
public interface IScriptRegistry
Simple interface for mapping between data types in different debugger realms.
The eclipse framework uses
IResource
objects to identify files while EASE relies on Script
objects.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.resources.IResource
getResource
(Script script) Get theIResource
identified by thisScript
.getScript
(org.eclipse.core.resources.IResource resource) Return theScript
identified by thisIResource
.void
Add a newScript
to the registry and store its mapping.