Interface ClassDependencyManufacturerContext.ItemBuilder
-
- All Known Subinterfaces:
ClassDependencyManufacturerContext.ClassDependency
,ClassDependencyManufacturerContext.ClassFlow
- Enclosing interface:
- ClassDependencyManufacturerContext
public static interface ClassDependencyManufacturerContext.ItemBuilder
Builds and adds the item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassItemIndex
build()
Builds and adds the item.
-
-
-
Method Detail
-
build
ClassItemIndex build()
Builds and adds the item.- Returns:
- Index of item.
-
-