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 Type Method Description org.eclipse.core.resources.IResource
getResource(Script script)
Get theIResource
identified by thisScript
.Script
getScript(org.eclipse.core.resources.IResource resource)
Return theScript
identified by thisIResource
.void
put(Script script)
Add a newScript
to the registry and store its mapping.