Interface ScriptLoader
- All Known Implementing Classes:
MultiScriptLoader,RemoteStore.RemoteStoreScriptLoader
public interface ScriptLoader
Locate a script
- Author:
- davidc
-
Method Summary
Modifier and TypeMethodDescriptionGets the script location for the script at the specified path
-
Method Details
-
getScript
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)
-