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

java.lang.Object
  extended by org.apache.maven.plugin.resources.remote.SupplementalDataModel
All Implemented Interfaces:
java.io.Serializable

public class SupplementalDataModel
extends java.lang.Object
implements java.io.Serializable

Root element of the supplemental-models.xml file.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
SupplementalDataModel()
           
 
Method Summary
 void addSupplement(Supplement supplement)
          Method addSupplement
 java.lang.String getModelEncoding()
           
 java.util.List getSupplement()
          Method getSupplement
 void removeSupplement(Supplement supplement)
          Method removeSupplement
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setSupplement(java.util.List supplement)
          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

SupplementalDataModel

public SupplementalDataModel()
Method Detail

addSupplement

public void addSupplement(Supplement supplement)
Method addSupplement

Parameters:
supplement -

getSupplement

public java.util.List getSupplement()
Method getSupplement


removeSupplement

public void removeSupplement(Supplement supplement)
Method removeSupplement

Parameters:
supplement -

setSupplement

public void setSupplement(java.util.List supplement)
Set Snippits of POM xml files used to supplement the data model.

Parameters:
supplement -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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