org.apache.maven.plugin.resources.remote
Class Supplement
java.lang.Object
org.apache.maven.plugin.resources.remote.Supplement
- All Implemented Interfaces:
- Serializable
public class Supplement
- extends Object
- implements Serializable
A single supplement.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Method Summary |
Object |
getProject()
Get 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Supplement
public Supplement()
getProject
public Object getProject()
- Get snippets of POM xml files used to supplement the data
model.
- Returns:
- Object
setProject
public void setProject(Object project)
- Set snippets of POM xml files used to supplement the data
model.
- Parameters:
project
-
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.