Package net.officefloor.compile
Interface SectionSourceService<S extends SectionSource>
- All Known Implementing Classes:
ClassSectionSource,SectionModelSectionSource
public interface SectionSourceService<S extends SectionSource>
Service to plug-in an SectionSource Class alias by including
the extension SectionSource jar on the class path.
OfficeFloorCompiler.addSectionSourceAlias(String, Class) will be
invoked for each found SectionSourceService.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the alias for theSectionSourceClass.Obtains theSectionSourceClass.
-
Method Details
-
getSectionSourceAlias
String getSectionSourceAlias()Obtains the alias for theSectionSourceClass.- Returns:
- Alias for the
SectionSourceClass.
-
getSectionSourceClass
Obtains theSectionSourceClass.- Returns:
SectionSourceClass.
-