Class AbstractOfficeSource
java.lang.Object
net.officefloor.compile.spi.office.source.impl.AbstractOfficeSource
- All Implemented Interfaces:
OfficeSource
- Direct Known Subclasses:
OfficeModelOfficeSource,SpringBootOfficeSource
Abstract
OfficeSource.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceContext for defining the specification. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains theOfficeSourceSpecificationfor thisOfficeSource.protected abstract voidLoads theOfficeSourceSpecification.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.compile.spi.office.source.OfficeSource
sourceOffice
-
Constructor Details
-
AbstractOfficeSource
public AbstractOfficeSource()
-
-
Method Details
-
getSpecification
Description copied from interface:OfficeSourceObtains the
OfficeSourceSpecificationfor thisOfficeSource.This enables the
OfficeSourceContextto be populated with the necessary details as per thisOfficeSourceSpecificationin loading theOfficeType.- Specified by:
getSpecificationin interfaceOfficeSource- Returns:
OfficeSourceSpecification.
-
loadSpecification
Loads theOfficeSourceSpecification.- Parameters:
context-AbstractOfficeSource.SpecificationContext.
-