Interface ScriptSource


  • public interface ScriptSource
    A script source might contain one or multiple modules defined in the same source.
    • Method Detail

      • moduleId

        long moduleId()
      • resource

        String resource()
        Returns the script source file path.
        Returns:
        the script resource file name in the module package.
      • scriptModuleNames

        Collection<String> scriptModuleNames()
        Returns the name of the registered script module in the source file path.
        Returns:
        the name of the script modules in the source file.