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