@Component(role=ModelInheritanceAssembler.class) public class DefaultModelInheritanceAssembler extends Object implements ModelInheritanceAssembler
ROLE| Constructor and Description | 
|---|
| DefaultModelInheritanceAssembler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | assembleBuildInheritance(Build childBuild,
                        Build parentBuild,
                        boolean handleAsInheritance) | 
| void | assembleModelInheritance(Model child,
                        Model parent) | 
| void | assembleModelInheritance(Model child,
                        Model parent,
                        String childPathAdjustment) | 
| void | copyModel(Model dest,
         Model source) | 
public void assembleModelInheritance(Model child, Model parent, String childPathAdjustment)
assembleModelInheritance in interface ModelInheritanceAssemblerpublic void assembleModelInheritance(Model child, Model parent)
assembleModelInheritance in interface ModelInheritanceAssemblerpublic void assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
assembleBuildInheritance in interface ModelInheritanceAssemblerpublic void copyModel(Model dest, Model source)
copyModel in interface ModelInheritanceAssemblerCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.