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