|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.inheritance.DefaultInheritanceAssembler
@Component(role=InheritanceAssembler.class) public class DefaultInheritanceAssembler
Handles inheritance of model values.
Constructor Summary | |
---|---|
DefaultInheritanceAssembler()
|
Method Summary | |
---|---|
void |
assembleModelInheritance(Model child,
Model parent,
ModelBuildingRequest request,
ModelProblemCollector problems)
Merges values from the specified parent model into the given child model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultInheritanceAssembler()
Method Detail |
---|
public void assembleModelInheritance(Model child, Model parent, ModelBuildingRequest request, ModelProblemCollector problems)
InheritanceAssembler
assembleModelInheritance
in interface InheritanceAssembler
child
- The child model into which to merge the values inherited from the parent, must not be
null
.parent
- The (read-only) parent model from which to inherit the values, may be null
.request
- The model building request that holds further settings, must not be null
.problems
- The container used to collect problems that were encountered, must not be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |