Class Supplement
- java.lang.Object
-
- org.apache.maven.plugin.resources.remote.Supplement
-
- All Implemented Interfaces:
java.io.Serializable
public class Supplement extends java.lang.Object implements java.io.Serializable
A single supplement.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
project
Snippets of POM xml files used to supplement the data model.
-
Constructor Summary
Constructors Constructor Description Supplement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getProject()
Get snippets of POM xml files used to supplement the data model.void
setProject(java.lang.Object project)
Set snippets of POM xml files used to supplement the data model.
-