Class Supplement
java.lang.Object
org.apache.maven.plugin.resources.remote.Supplement
- All Implemented Interfaces:
 Serializable
A single supplement.
- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet snippets of POM xml files used to supplement the data model.voidsetProject(Object project) Set snippets of POM xml files used to supplement the data model. 
- 
Constructor Details
- 
Supplement
public Supplement() 
 - 
 - 
Method Details
- 
getProject
Get snippets of POM xml files used to supplement the data model.- Returns:
 - Object
 
 - 
setProject
Set snippets of POM xml files used to supplement the data model.- Parameters:
 project- a project object.
 
 -