Package net.officefloor.web.resource.spi
Interface ResourceSystem
-
- All Known Implementing Classes:
ClasspathResourceSystem
,FileResourceSystem
public interface ResourceSystem
Underlying system to theHttpResourceStore
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.Path
getResource(java.lang.String path)
Obtains thePath
to the resource.
-