Interface ResourceManager

All Known Implementing Classes:
ClasspathResourceManager, FileSystemResourceManager

public interface ResourceManager
Provides character streams for documentation templates and related resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    getReader(String resourceName)
    Returns a reader for the named resource.
  • Method Details

    • getReader

      Reader getReader(String resourceName) throws IOException
      Returns a reader for the named resource.
      Parameters:
      resourceName - the resource to open
      Returns:
      a reader for the resource
      Throws:
      IOException - if the resource cannot be opened