Interface ClassSectionObjectManufacturer
- All Known Implementing Classes:
ManagedObjectSectionClassObjectManufacturer,VariableSectionClassObjectManufacturer
public interface ClassSectionObjectManufacturer
Manufactures the
Object for ClassSectionSource.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
createObject
SectionDependencyObjectNode createObject(ClassSectionObjectManufacturerContext context) throws Exception Creates theSectionDependencyObjectNode.- Parameters:
context-ClassSectionObjectManufacturerContext.- Returns:
SectionDependencyObjectNodeornullto indicate to use anotherClassSectionObjectManufacturer.- Throws:
Exception- If fails to createSectionDependencyObjectNode.
-