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