Interface ScriptLoader
-
- All Known Implementing Classes:
MultiScriptLoader,RemoteStore.RemoteStoreScriptLoader
public interface ScriptLoaderLocate a script- Author:
- davidc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptContentgetScript(java.lang.String path)Gets the script location for the script at the specified path
-
-
-
Method Detail
-
getScript
ScriptContent getScript(java.lang.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)
-
-