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.SerializableA single supplement.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ObjectprojectSnippets 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.ObjectgetProject()Get snippets of POM xml files used to supplement the data model.voidsetProject(java.lang.Object project)Set snippets of POM xml files used to supplement the data model.
-
-
-
Method Detail
-
getProject
public java.lang.Object getProject()
Get snippets of POM xml files used to supplement the data model.- Returns:
- Object
-
setProject
public void setProject(java.lang.Object project)
Set snippets of POM xml files used to supplement the data model.- Parameters:
project- a project object.
-
-