org.apache.maven.project.inheritance
Interface ModelInheritanceAssembler

All Known Implementing Classes:
DefaultModelInheritanceAssembler

public interface ModelInheritanceAssembler

Version:
$Id: ModelInheritanceAssembler.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Jason van Zyl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void assembleModelInheritance(Model child, Model parent)
           
 void assembleModelInheritance(Model child, Model parent, java.lang.String childPathAdjustment)
           
 void copyModel(Model dest, Model source)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

assembleModelInheritance

void assembleModelInheritance(Model child,
                              Model parent,
                              java.lang.String childPathAdjustment)

assembleModelInheritance

void assembleModelInheritance(Model child,
                              Model parent)

copyModel

void copyModel(Model dest,
               Model source)


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.