org.apache.maven.plugin.resources.remote
Class Supplement

java.lang.Object
  extended by 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

Constructor Summary
Supplement()
           
 
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
 

Constructor Detail

Supplement

public Supplement()
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.