Interface ModelInheritanceAssembler

All Known Implementing Classes:
DefaultModelInheritanceAssembler

@Deprecated public interface ModelInheritanceAssembler
Deprecated.
Author:
Jason van Zyl
  • Field Details

    • ROLE

      static final String ROLE
      Deprecated.
  • Method Details

    • assembleModelInheritance

      void assembleModelInheritance(Model child, Model parent, String childPathAdjustment)
      Deprecated.
    • assembleModelInheritance

      void assembleModelInheritance(Model child, Model parent)
      Deprecated.
    • assembleBuildInheritance

      void assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
      Deprecated.
    • copyModel

      void copyModel(Model dest, Model source)
      Deprecated.