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