Interface ScriptResourceProvider
-
@ProviderType public interface ScriptResourceProvider
Another resource provider abstraction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptResource
getResource(java.lang.String path)
Provides a script resource for the given path.
-
-
-
Method Detail
-
getResource
@CheckForNull ScriptResource getResource(@Nonnull java.lang.String path) throws java.io.IOException
Provides a script resource for the given path.- Parameters:
path
- the path- Returns:
- the script resource or
null
- Throws:
java.io.IOException
- if an error occurrs
-
-