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 ClassSectionFlowSpawnInterrogator
createService(ServiceContext context)
Creates the service.boolean
isSpawnFlow(ClassSectionFlowSpawnInterrogatorContext context)
Determines if spawnFlow
.
-
-
-
Method Detail
-
createService
public ClassSectionFlowSpawnInterrogator createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in 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:ClassSectionFlowSpawnInterrogator
Determines if spawnFlow
.- Specified by:
isSpawnFlow
in interfaceClassSectionFlowSpawnInterrogator
- Parameters:
context
-ClassSectionFlowSpawnInterrogatorContext
.- Returns:
true
if spawnFlow
.- Throws:
java.lang.Exception
- If fails to determine if spawn.
-
-