Interface ScriptingLanguagesService

    • Method Detail

      • getExecutableByContent

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

        ScriptExecutable getExecutableByURI​(java.lang.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:
        ScriptsRepository