org.apache.maven.project.inheritance

Interface ModelInheritanceAssembler

public interface ModelInheritanceAssembler

Version: $Id: ModelInheritanceAssembler.java 379290 2006-02-20 23:49:31Z jdcasey $

Author: Jason van Zyl

Field Summary
StringROLE
Method Summary
voidassembleModelInheritance(Model child, Model parent, String childPathAdjustment)
voidassembleModelInheritance(Model child, Model parent)
voidcopyModel(Model dest, Model source)

Field Detail

ROLE

public String ROLE

Method Detail

assembleModelInheritance

public void assembleModelInheritance(Model child, Model parent, String childPathAdjustment)

assembleModelInheritance

public void assembleModelInheritance(Model child, Model parent)

copyModel

public void copyModel(Model dest, Model source)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.