org.apache.maven.project.inheritance
Interface ModelInheritanceAssembler
- All Known Implementing Classes:
- DefaultModelInheritanceAssembler
Deprecated.
@Deprecated
public interface ModelInheritanceAssembler
- Author:
- Jason van Zyl
ROLE
static final String ROLE
- Deprecated.
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.