org.apache.maven.project.inheritance

Class DefaultModelInheritanceAssembler

public class DefaultModelInheritanceAssembler extends Object implements ModelInheritanceAssembler

Version: $Id: DefaultModelInheritanceAssembler.java,v 1.4 2004/08/23 20:24:54 jdcasey Exp $

Author: Jason van Zyl

UNKNOWN: generate this with modello to keep it in sync with changes in the model.

Method Summary
protected StringappendPath(String parentPath, String childPath, String pathAdjustment, boolean appendPaths)
voidassembleModelInheritance(Model child, Model parent, String childPathAdjustment)
voidassembleModelInheritance(Model child, Model parent)
voidcopyModel(Model dest, Model source)

Method Detail

appendPath

protected String appendPath(String parentPath, String childPath, String pathAdjustment, boolean appendPaths)

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-2009 Apache Software Foundation. All Rights Reserved.