| Package | Description | 
|---|---|
| org.apache.maven.model | Maven POM (Project Object Model) classes, generated from  maven.mdomodel. | 
| org.apache.maven.model.merge | POM merger. | 
| Modifier and Type | Method and Description | 
|---|---|
| Resource | Resource. clone()Method clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Resource> | BuildBase. getResources()Method getResources. | 
| List<Resource> | BuildBase. getTestResources()Method getTestResources. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BuildBase. addResource(Resource resource)Method addResource. | 
| void | BuildBase. addTestResource(Resource resource)Method addTestResource. | 
| void | BuildBase. removeResource(Resource resource)Method removeResource. | 
| void | BuildBase. removeTestResource(Resource resource)Method removeTestResource. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BuildBase. setResources(List<Resource> resources)Set this element describes all of the classpath resources
 such as properties
             files associated with a project. | 
| void | BuildBase. setTestResources(List<Resource> testResources)Set this element describes all of the classpath resources
 such as properties
             files associated with a project's unit tests. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | ModelMerger. getResourceKey(Resource resource) | 
| protected void | ModelMerger. mergeResource_Filtering(Resource target,
                                              Resource source,
                                              boolean sourceDominant,
                                              Map<Object,Object> context) | 
| protected void | ModelMerger. mergeResource_MergeId(Resource target,
                                          Resource source,
                                          boolean sourceDominant,
                                          Map<Object,Object> context) | 
| protected void | ModelMerger. mergeResource_TargetPath(Resource target,
                                                Resource source,
                                                boolean sourceDominant,
                                                Map<Object,Object> context) | 
| protected void | ModelMerger. mergeResource(Resource target,
                          Resource source,
                          boolean sourceDominant,
                          Map<Object,Object> context) | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.