Interface ScriptingLanguagesService
- All Known Implementing Classes:
DefaultScriptingLanguagesService,TestScriptingLanguagesService
public interface ScriptingLanguagesService
This interface provides methods for obtaining ScriptExecutable objects based on ScriptContent.
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutableByContent(ScriptContent scriptContent) Returns ready for execution object based on ScriptContent.getExecutableByURI(String scriptURI) Returns ready for execution object based on scriptURI.
-
Method Details
-
getExecutableByContent
Returns ready for execution object based on ScriptContent. This kind of object is not cacheable. -
getExecutableByURI
Returns ready for execution object based on scriptURI.ScriptURI must be in the form which is understandable by one of the registered script repositories.
- See Also:
-