Interface ScriptResourceProvider


@ProviderType public interface ScriptResourceProvider
Another resource provider abstraction
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides a script resource for the given path.
  • Method Details

    • getResource

      @CheckForNull ScriptResource getResource(@Nonnull String path) throws IOException
      Provides a script resource for the given path.
      Parameters:
      path - the path
      Returns:
      the script resource or null
      Throws:
      IOException - if an error occurrs