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