Interface ScriptResourceProvider


  • @ProviderType
    public interface ScriptResourceProvider
    Another resource provider abstraction
    • 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