Interface ScriptResourceProvider
Another resource provider abstraction
-
Method Summary
Modifier and TypeMethodDescriptiongetResource
(String path) Provides a script resource for the given path.
-
Method Details
-
getResource
Provides a script resource for the given path.- Parameters:
path
- the path- Returns:
- the script resource or
null
- Throws:
IOException
- if an error occurrs
-