Class VariableSectionClassObjectManufacturer
java.lang.Object
net.officefloor.plugin.section.clazz.object.impl.VariableSectionClassObjectManufacturer
- All Implemented Interfaces:
ServiceFactory<ClassSectionObjectManufacturer>,ClassSectionObjectManufacturer,ClassSectionObjectManufacturerServiceFactory
public class VariableSectionClassObjectManufacturer
extends Object
implements ClassSectionObjectManufacturer, ClassSectionObjectManufacturerServiceFactory
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates theSectionDependencyObjectNode.createService(ServiceContext context) Creates the service.
-
Constructor Details
-
VariableSectionClassObjectManufacturer
public VariableSectionClassObjectManufacturer()
-
-
Method Details
-
createService
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<ClassSectionObjectManufacturer>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
Throwable- If fails to create the service.
-
createObject
public SectionDependencyObjectNode createObject(ClassSectionObjectManufacturerContext context) throws Exception Description copied from interface:ClassSectionObjectManufacturerCreates theSectionDependencyObjectNode.- Specified by:
createObjectin interfaceClassSectionObjectManufacturer- Parameters:
context-ClassSectionObjectManufacturerContext.- Returns:
SectionDependencyObjectNodeornullto indicate to use anotherClassSectionObjectManufacturer.- Throws:
Exception- If fails to createSectionDependencyObjectNode.
-