public interface IScriptRegistry
IResource objects to identify files while EASE relies on Script objects.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.resources.IResource |
getResource(Script script)
Get the
IResource identified by this Script. |
Script |
getScript(org.eclipse.core.resources.IResource resource)
Return the
Script identified by this IResource. |
void |
put(Script script)
Add a new
Script to the registry and store its mapping. |