org.apache.maven.project.inheritance
Class DefaultModelInheritanceAssembler

java.lang.Object
  extended by org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler
All Implemented Interfaces:
ModelInheritanceAssembler

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

Field Summary
 
Fields inherited from interface org.apache.maven.project.inheritance.ModelInheritanceAssembler
ROLE
 
Constructor Summary
DefaultModelInheritanceAssembler()
           
 
Method Summary
protected  String appendPath(String parentPath, String childPath, String pathAdjustment, boolean appendPaths)
           
 void assembleModelInheritance(Model child, Model parent)
           
 void assembleModelInheritance(Model child, Model parent, String childPathAdjustment)
           
 void copyModel(Model dest, Model source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultModelInheritanceAssembler

public DefaultModelInheritanceAssembler()
Method Detail

copyModel

public void copyModel(Model dest,
                      Model source)
Specified by:
copyModel in interface ModelInheritanceAssembler

assembleModelInheritance

public void assembleModelInheritance(Model child,
                                     Model parent,
                                     String childPathAdjustment)
Specified by:
assembleModelInheritance in interface ModelInheritanceAssembler

assembleModelInheritance

public void assembleModelInheritance(Model child,
                                     Model parent)
Specified by:
assembleModelInheritance in interface ModelInheritanceAssembler

appendPath

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


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.