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
SectionSourceClassalias by including the extensionSectionSourcejar on the class path.OfficeFloorCompiler.addSectionSourceAlias(String, Class)will be invoked for each foundSectionSourceService.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSectionSourceAlias()Obtains the alias for theSectionSourceClass.java.lang.Class<S>getSectionSourceClass()Obtains theSectionSourceClass.
-
-
-
Method Detail
-
getSectionSourceAlias
java.lang.String getSectionSourceAlias()
Obtains the alias for theSectionSourceClass.- Returns:
- Alias for the
SectionSourceClass.
-
getSectionSourceClass
java.lang.Class<S> getSectionSourceClass()
Obtains theSectionSourceClass.- Returns:
SectionSourceClass.
-
-