| Package | Description | 
|---|---|
| org.apache.maven.model | 
 Maven POM (Project Object Model) classes, generated from  
maven.mdo model. | 
| org.apache.maven.model.merge | 
 POM merger. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Prerequisites | 
Prerequisites.clone()
Method clone. 
 | 
Prerequisites | 
Model.getPrerequisites()
Get describes the prerequisites in the build environment for
 this project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Model.setPrerequisites(Prerequisites prerequisites)
Set describes the prerequisites in the build environment for
 this project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ModelMerger.mergePrerequisites_Maven(Prerequisites target,
                        Prerequisites source,
                        boolean sourceDominant,
                        Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergePrerequisites(Prerequisites target,
                  Prerequisites source,
                  boolean sourceDominant,
                  Map<Object,Object> context)  | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.