public class DefaultModelInheritanceAssembler extends java.lang.Object implements ModelInheritanceAssembler
ROLE| Constructor and Description |
|---|
DefaultModelInheritanceAssembler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
appendPath(java.lang.String parentPath,
java.lang.String childPath,
java.lang.String pathAdjustment,
boolean appendPaths) |
void |
assembleBuildInheritance(Build childBuild,
Build parentBuild,
boolean handleAsInheritance) |
void |
assembleModelInheritance(Model child,
Model parent) |
void |
assembleModelInheritance(Model child,
Model parent,
java.lang.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,
java.lang.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 ModelInheritanceAssemblerprotected java.lang.String appendPath(java.lang.String parentPath,
java.lang.String childPath,
java.lang.String pathAdjustment,
boolean appendPaths)