Interface ResourceManager
- All Known Implementing Classes:
ClasspathResourceManager,FileSystemResourceManager
public interface ResourceManager
Provides character streams for documentation templates and related resources.
-
Method Summary
-
Method Details
-
getReader
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
-