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

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

Constructor Summary
Supplement()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.Object getProject()
          Get Snippits of POM xml files used to supplement the data model.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setProject(java.lang.Object project)
          Set Snippits 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 java.lang.Object getProject()
Get Snippits of POM xml files used to supplement the data model.


setProject

public void setProject(java.lang.Object project)
Set Snippits of POM xml files used to supplement the data model.

Parameters:
project -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.