Interface ClassSectionObjectManufacturer
-
- All Known Implementing Classes:
ManagedObjectSectionClassObjectManufacturer,VariableSectionClassObjectManufacturer
public interface ClassSectionObjectManufacturerManufactures theObjectforClassSectionSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionDependencyObjectNodecreateObject(ClassSectionObjectManufacturerContext context)Creates theSectionDependencyObjectNode.
-
-
-
Method Detail
-
createObject
SectionDependencyObjectNode createObject(ClassSectionObjectManufacturerContext context) throws java.lang.Exception
Creates theSectionDependencyObjectNode.- Parameters:
context-ClassSectionObjectManufacturerContext.- Returns:
SectionDependencyObjectNodeornullto indicate to use anotherClassSectionObjectManufacturer.- Throws:
java.lang.Exception- If fails to createSectionDependencyObjectNode.
-
-