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 SectionDependencyObjectNode
createObject(ClassSectionObjectManufacturerContext context)
Creates theSectionDependencyObjectNode
.ClassSectionObjectManufacturer
createService(ServiceContext context)
Creates the service.
-
-
-
Method Detail
-
createService
public ClassSectionObjectManufacturer createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in 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:ClassSectionObjectManufacturer
Creates theSectionDependencyObjectNode
.- Specified by:
createObject
in interfaceClassSectionObjectManufacturer
- Parameters:
context
-ClassSectionObjectManufacturerContext
.- Returns:
SectionDependencyObjectNode
ornull
to indicate to use anotherClassSectionObjectManufacturer
.- Throws:
java.lang.Exception
- If fails to createSectionDependencyObjectNode
.
-
-