Interface ResourceSystem

All Known Implementing Classes:
ClasspathResourceSystem, FileResourceSystem

public interface ResourceSystem
Underlying system to the HttpResourceStore.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the Path to the resource.
  • Method Details

    • getResource

      Path getResource(String path) throws IOException
      Obtains the Path to the resource.
      Parameters:
      path - Path for the resource.
      Returns:
      Path if resource found, otherwise null.
      Throws:
      IOException - If failure in obtaining Path.