Interface ModelInheritanceAssembler
-
- All Known Implementing Classes:
DefaultModelInheritanceAssembler
@Deprecated public interface ModelInheritanceAssembler
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
Deprecated.void
assembleModelInheritance(Model child, Model parent)
Deprecated.void
assembleModelInheritance(Model child, Model parent, java.lang.String childPathAdjustment)
Deprecated.void
copyModel(Model dest, Model source)
Deprecated.
-