Class ParameterClassSectionParameterInterrogator
java.lang.Object
net.officefloor.plugin.section.clazz.parameter.impl.ParameterClassSectionParameterInterrogator
- All Implemented Interfaces:
ServiceFactory<ClassSectionParameterInterrogator>,ClassSectionParameterInterrogator,ClassSectionParameterInterrogatorServiceFactory
public class ParameterClassSectionParameterInterrogator
extends Object
implements ClassSectionParameterInterrogator, ClassSectionParameterInterrogatorServiceFactory
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateService(ServiceContext context) Creates the service.booleanDetermines if parameter.
-
Constructor Details
-
ParameterClassSectionParameterInterrogator
public ParameterClassSectionParameterInterrogator()
-
-
Method Details
-
createService
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<ClassSectionParameterInterrogator>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
Throwable- If fails to create the service.
-
isParameter
Description copied from interface:ClassSectionParameterInterrogatorDetermines if parameter.- Specified by:
isParameterin interfaceClassSectionParameterInterrogator- Parameters:
context-ClassSectionParameterInterrogatorContext.- Returns:
trueif parameter.- Throws:
Exception- If fails to determine if parameter.
-