Package net.officefloor.frame.api.source
Interface ResourceSource
- All Known Implementing Classes:
XmlFileConfigurationContext
public interface ResourceSource
Source for resources.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionsourceResource(String location) Attempts to source the resource.
-
Method Details
-
sourceResource
Attempts to source the resource.- Parameters:
location- Location of the resource.- Returns:
InputStreamto the content of the resource ornullif not able to source the resource.
-