| 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 | Class and Description | 
|---|---|
class  | 
FileSet
A PatternSet for files. 
 | 
class  | 
Resource
This element describes all of the classpath resources associated
 with a project
         or unit tests. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PatternSet | 
PatternSet.clone()
Method clone. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ModelMerger.mergePatternSet_Excludes(PatternSet target,
                                                PatternSet source,
                                                boolean sourceDominant,
                                                Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergePatternSet_Includes(PatternSet target,
                                                PatternSet source,
                                                boolean sourceDominant,
                                                Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergePatternSet(PatternSet target,
                              PatternSet source,
                              boolean sourceDominant,
                              Map<Object,Object> context)  | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.