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
ResourceSystemFactoryto create aResourceSystemfrom 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 ResourceSystemFactorycreateService(ServiceContext context)Creates the service.
-
-
-
Method Detail
-
createService
public ResourceSystemFactory createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<ResourceSystemFactory>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
java.lang.Throwable- If fails to create the service.
-
-