Interface ScriptingLanguagesService

All Known Implementing Classes:
DefaultScriptingLanguagesService, TestScriptingLanguagesService

public interface ScriptingLanguagesService
This interface provides methods for obtaining ScriptExecutable objects based on ScriptContent.
  • Method Details

    • getExecutableByContent

      ScriptExecutable getExecutableByContent(ScriptContent scriptContent)
      Returns ready for execution object based on ScriptContent. This kind of object is not cacheable.
    • getExecutableByURI

      ScriptExecutable getExecutableByURI(String scriptURI)
      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: