Interface ResourceSupplier
- All Known Implementing Classes:
DefaultResourceSupplier,PreCompressedResourceSupplier
public interface ResourceSupplier
Interface that allows for more flexibility when resolving a resource than is currently provided
by
ResourceManager.- Author:
- Stuart Douglas
-
Method Summary
-
Method Details
-
getResource
- Parameters:
exchange- The current exchangepath- The path to resolve- Returns:
- A resource to serve
- Throws:
IOException- if an error ocured resolving the resource
-