Interface ModelInheritanceAssembler
-
- All Known Implementing Classes:
DefaultModelInheritanceAssembler
public interface ModelInheritanceAssembler- Version:
- $Id: ModelInheritanceAssembler.java 674878 2008-07-08 16:55:36Z jdcasey $
- Author:
- Jason van Zyl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)voidassembleModelInheritance(Model child, Model parent)voidassembleModelInheritance(Model child, Model parent, String childPathAdjustment)voidcopyModel(Model dest, Model source)
-