org.apache.maven.project.inheritance
Interface ModelInheritanceAssembler

All Known Implementing Classes:
DefaultModelInheritanceAssembler

Deprecated.

@Deprecated
public interface ModelInheritanceAssembler

Author:
Jason van Zyl

Field Summary
static String ROLE
          Deprecated.  
 
Method Summary
 void assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheriance)
          Deprecated.  
 void assembleModelInheritance(Model child, Model parent)
          Deprecated.  
 void assembleModelInheritance(Model child, Model parent, String childPathAdjustment)
          Deprecated.  
 void copyModel(Model dest, Model source)
          Deprecated.  
 

Field Detail

ROLE

static final String ROLE
Deprecated. 
Method Detail

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 handleAsInheriance)
Deprecated. 

copyModel

void copyModel(Model dest,
               Model source)
Deprecated. 


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.