Interface ScriptLoader

All Known Implementing Classes:
MultiScriptLoader, RemoteStore.RemoteStoreScriptLoader

public interface ScriptLoader
Locate a script
Author:
davidc
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the script location for the script at the specified path
  • Method Details

    • getScript

      ScriptContent getScript(String path)
      Gets the script location for the script at the specified path
      Parameters:
      path - path within api store
      Returns:
      script location (or null, if script does not exist at path)