Package net.officefloor.frame.api.source
Interface ResourceSource
-
- All Known Implementing Classes:
XmlFileConfigurationContext
public interface ResourceSource
Source for resources.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
sourceResource(java.lang.String location)
Attempts to source the resource.
-