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:
  • Constructor Details

    • Supplement

      public Supplement()
  • Method Details

    • 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 - a project object.