Interface TreeNestingContext.CompositeFactory<T>
- Enclosing interface:
- TreeNestingContext
public static interface TreeNestingContext.CompositeFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String prefixedRelativeName, TreeNodeInclusion inclusion, TreeNestingContext nestedNestingContext)
-
Method Details
-
create
T create(String prefixedRelativeName, TreeNodeInclusion inclusion, TreeNestingContext nestedNestingContext)
-