Package org.oscim.theme
Interface XmlThemeResourceProvider
- All Known Implementing Classes:
ZipXmlThemeResourceProvider
public interface XmlThemeResourceProvider
Interface for a provider of resources referenced inside XML themes.
-
Method Summary
-
Method Details
-
createInputStream
- Parameters:
relativePath- a relative path to use as a base for search in the resource provuidersource- a source string parsed out of an XML render theme "src" attribute.- Returns:
- an InputStream to read the resource data from.
- Throws:
IOException- if the resource cannot be found or an access error occurred.
-