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
SupplierSourceClassalias by including the extensionSupplierSourcejar on the class path.OfficeFloorCompiler.addSupplierSourceAlias(String, Class)will be invoked for each foundSupplierSourceService.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSupplierSourceAlias()Obtains the alias for theSupplierSourceClass.java.lang.Class<S>getSupplierSourceClass()Obtains theSupplierSourceClass.
-
-
-
Method Detail
-
getSupplierSourceAlias
java.lang.String getSupplierSourceAlias()
Obtains the alias for theSupplierSourceClass.- Returns:
- Alias for the
SupplierSourceClass.
-
getSupplierSourceClass
java.lang.Class<S> getSupplierSourceClass()
Obtains theSupplierSourceClass.- Returns:
SupplierSourceClass.
-
-