Class SectionInterfaceClassDependencyManufacturer
- java.lang.Object
-
- net.officefloor.plugin.clazz.dependency.impl.AbstractFlowClassDependencyManufacturer
-
- net.officefloor.plugin.clazz.dependency.impl.SectionInterfaceClassDependencyManufacturer
-
- All Implemented Interfaces:
ServiceFactory<ClassDependencyManufacturer>
,ClassDependencyManufacturer
,ClassDependencyManufacturerServiceFactory
public class SectionInterfaceClassDependencyManufacturer extends AbstractFlowClassDependencyManufacturer
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SectionInterfaceClassDependencyManufacturer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
buildFlow(ClassDependencyManufacturerContext.ClassFlow classFlow, ClassFlowContext flowContext)
Builds theFlow
protected java.lang.Class<? extends java.lang.annotation.Annotation>
getAnnotationType()
Obtains theAnnotation
type.-
Methods inherited from class net.officefloor.plugin.clazz.dependency.impl.AbstractFlowClassDependencyManufacturer
addFlow, createParameterFactory, createService
-
-
-
-
Method Detail
-
getAnnotationType
protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
Description copied from class:AbstractFlowClassDependencyManufacturer
Obtains theAnnotation
type.- Specified by:
getAnnotationType
in classAbstractFlowClassDependencyManufacturer
- Returns:
Annotation
type.
-
buildFlow
protected int buildFlow(ClassDependencyManufacturerContext.ClassFlow classFlow, ClassFlowContext flowContext)
Description copied from class:AbstractFlowClassDependencyManufacturer
Builds theFlow
- Overrides:
buildFlow
in classAbstractFlowClassDependencyManufacturer
- Parameters:
classFlow
-ClassDependencyManufacturerContext.ClassFlow
.flowContext
-ClassFlowContext
.- Returns:
- Index of the
Flow
.
-
-