public class DefaultModelInheritanceAssembler extends Object implements ModelInheritanceAssembler
ROLE| Constructor and Description |
|---|
DefaultModelInheritanceAssembler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
appendPath(String parentPath,
String childPath,
String pathAdjustment,
boolean appendPaths) |
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 copyModel(Model dest, Model source)
copyModel in interface ModelInheritanceAssemblerpublic 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 ModelInheritanceAssemblerCopyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.