Package net.officefloor.compile
Interface SupplierSourceService<S extends SupplierSource>
- All Known Implementing Classes:
JaxRsSupplierSourceService,SpringSupplierSourceService
public interface SupplierSourceService<S extends SupplierSource>
Service to plug-in an SupplierSource Class alias by including
the extension SupplierSource jar on the class path.
OfficeFloorCompiler.addSupplierSourceAlias(String, Class) will be
invoked for each found SupplierSourceService.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the alias for theSupplierSourceClass.Obtains theSupplierSourceClass.
-
Method Details
-
getSupplierSourceAlias
String getSupplierSourceAlias()Obtains the alias for theSupplierSourceClass.- Returns:
- Alias for the
SupplierSourceClass.
-
getSupplierSourceClass
Obtains theSupplierSourceClass.- Returns:
SupplierSourceClass.
-