@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 ModelInheritanceAssembler
public void assembleModelInheritance(Model child, Model parent)
assembleModelInheritance
in interface ModelInheritanceAssembler
public void assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
assembleBuildInheritance
in interface ModelInheritanceAssembler
public void copyModel(Model dest, Model source)
copyModel
in interface ModelInheritanceAssembler
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.