Class ClasspathResourceSystemService
- java.lang.Object
-
- net.officefloor.web.resource.classpath.ClasspathResourceSystemService
-
- All Implemented Interfaces:
ServiceFactory<ResourceSystemFactory>
,ResourceSystemService
public class ClasspathResourceSystemService extends java.lang.Object implements ResourceSystemService
ResourceSystemFactory
to create aResourceSystem
from the class path.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ClasspathResourceSystemService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceSystemFactory
createService(ServiceContext context)
Creates the service.
-
-
-
Method Detail
-
createService
public ResourceSystemFactory createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in interfaceServiceFactory<ResourceSystemFactory>
- Parameters:
context
-ServiceContext
.- Returns:
- Service.
- Throws:
java.lang.Throwable
- If fails to create the service.
-
-