Class SpawnClassSectionFlowSpawnInterrogator
java.lang.Object
net.officefloor.plugin.section.clazz.spawn.impl.SpawnClassSectionFlowSpawnInterrogator
- All Implemented Interfaces:
ServiceFactory<ClassSectionFlowSpawnInterrogator>,ClassSectionFlowSpawnInterrogator,ClassSectionFlowSpawnInterrogatorServiceFactory
public class SpawnClassSectionFlowSpawnInterrogator
extends Object
implements ClassSectionFlowSpawnInterrogator, ClassSectionFlowSpawnInterrogatorServiceFactory
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateService(ServiceContext context) Creates the service.booleanDetermines if spawnFlow.
-
Constructor Details
-
SpawnClassSectionFlowSpawnInterrogator
public SpawnClassSectionFlowSpawnInterrogator()
-
-
Method Details
-
createService
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<ClassSectionFlowSpawnInterrogator>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
Throwable- If fails to create the service.
-
isSpawnFlow
Description copied from interface:ClassSectionFlowSpawnInterrogatorDetermines if spawnFlow.- Specified by:
isSpawnFlowin interfaceClassSectionFlowSpawnInterrogator- Parameters:
context-ClassSectionFlowSpawnInterrogatorContext.- Returns:
trueif spawnFlow.- Throws:
Exception- If fails to determine if spawn.
-