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
-
Method Summary
Modifier and TypeMethodDescriptionGet snippets of POM xml files used to supplement the data model.void
setProject
(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.
-